uber / aresdb

A GPU-powered real-time analytics storage and query engine.
https://eng.uber.com/aresdb/
Apache License 2.0
3k stars 233 forks source link

replace rdkafka with sarama to mitigate compiling issue #303

Closed voyager-dw closed 4 years ago

voyager-dw commented 4 years ago

Is your feature request related to a problem? Please describe. The compiler spent a lot of time on the compilation of rdkafka and sometimes stuck

Describe the solution you'd like Replace rdkafka with simpler kafka consumer like Sarama

hasitpbhatt commented 4 years ago

Duplicate of #306.