kafkerl icon indicating copy to clipboard operation
kafkerl copied to clipboard

Apache Kafka producer/consumer for erlang

Results 4 kafkerl issues
Sort by recently updated
recently updated
newest added

All the metadata is now requested by a fsm separating the logic, kafkerl no longer supports multiple instances running simultaneously (the ETS tables would've failed anyway), the logic of dumping...

Hi Hernán, In one of my applications, I've implemented a procedure of calling `kafkerl:request_metadata()` whenever I receive a Kafka based error to a data request. I've noticed that when the...

Hi Hernán, We've been using your driver for a while but we've recently come across some odd behavior when it comes to `kafkerl` handling re-connection to an "on-purpose" taken down...