Steve van Loben Sels
Steve van Loben Sels
**Describe the solution you'd like** Once #223 is merged, we can add support for Oauth authentication. **Supporting documentation** https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=75968876 https://docs.confluent.io/current/kafka/authentication_sasl/authentication_sasl_oauth.html
**Describe the solution you'd like** Seeking to the end of a partition is probably broken for users that write messages with transactional producers. Because we're not setting the isolation level...
**Describe the solution you'd like** Once #223 is merged, we can add support for GSSAPI (Kerberos) authentication. **Supporting documentation** https://cwiki.apache.org/confluence/display/KAFKA/KIP-43%3A+Kafka+SASL+enhancements https://docs.confluent.io/current/kafka/authentication_sasl/authentication_sasl_gssapi.html
This function removes the (arbitrary) restriction that a `kafka.Conn` can only write to a single topic+partition. It gives caller a means to publish batches of messages that span topics and...
Greetings, and thanks for providing this library. While getting set up with the examples, I managed to crash the proxy server because I did not pass the CA cert to...