vectordotdev/vector

New `azure_event_hubs` sink

Open

#2.434 geöffnet am 23. Apr. 2020

Auf GitHub ansehen
 (12 Kommentare) (9 Reaktionen) (0 zugewiesene Personen)Rust (2.126 Forks)batch import
domain: sinksgood first issuehave: shouldneeds: approvalprovider: azuresink: new

Repository-Metriken

Stars
 (21.837 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 12h) (85 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide