Tags: bet01/kaffe
Tags
Allow :already_present as a valid result from brod.create_client Version is now 1.15.0. Closes spreedly#94
Fix compatibilty with Brod versions > 3.4 A compatibility introduced to later versions of Brod prevented Kaffe from working if endpoints were specified as atoms. After reporting the issue to the Brod maintainers, they indicated that Brod wants charlists (Erlang strings) for these values. This commit converts binaries and atoms to charlists, so both should work with older and newer versions of Brod. Therefore, the Brod dependency is now specified as `~> 3.0`. Also fixed some small README issues. Fixes spreedly#75
Fix Confluent Kafka connectivity with SSL support Bump version to 1.13.0 Closes spreedly#88
Handle handle no partitions case in producer When producing, the count of partitions is retrieved for the topic. Handle the case where the partition count could not be obtained by passing the error back to the sender. Bumped version to `1.12.0`. Closes spreedly#87
PreviousNext