vectordotdev/vector

New `azure_event_hubs` sink

オープン

#2,434 opened on 2020/04/23

 (12 件のコメント) (9 件のリアクション) (0 人の担当者)Rust (2,126 件のフォーク)batch import
domain: sinksgood first issuehave: shouldneeds: approvalprovider: azuresink: new

Repository metrics

Stars
 (21,837 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Azure Event Hubs is like a managed Kafka service:

Allow existing Apache Kafka clients and applications to talk to Event Hubs without any code changes—you get a managed Kafka experience without having to manage your own clusters.

This suggests that we could wrap the existing kafka sink. I'd prefer that we wrap it since it is technically a different service. We also get the marketing benefit (guides, ets) when we create a new sink.

コントリビューターガイド