kafka-delta-ingest
kafka-delta-ingest copied to clipboard
Kafka client collaboration
Hi there,
I see you are using rdkafka
for your Kafka interaction. We (= InfluxDB IOx) implemented our own pure-Rust async client called rskafka
which you might find useful. There is also an intro blog post: https://www.influxdata.com/blog/building-simple-pure-rust-async-apache-kafka-client/
I think you might be missing a feature or two, but nothing fundamental (to my knowledge).
Let me know if you have questions, or want to chat.
Cheers, Marco
PS: Also feel free to close this ticket.
Thanks for sharing @crepererum ! I think it would be a cool idea to try rskafka to reduce C dependencies :)
@crepererum I have been looking over rskafka which seems like it might not be suitable for our use until a time when it supports consumer groups and offset tracking.
Based on the readme in the repository I cannot tell if such contributions would be welcome or not.
Based on the readme in the repository I cannot tell if such contributions would be welcome or not.
They are, it's just that we (InfluxData) won't implement them. We can help w/ reviews though.