Ben Withers

Results 3 issues of Ben Withers

Description =========== librdkafka provides support for setting SASL extensions when setting a OAuthBearer token via `rd_kafka_oauthbearer_set_token()`. This is used in confluent-kafka-go [here](https://github.com/confluentinc/confluent-kafka-go/blob/master/kafka/handle.go#L313), but not in confluent-kafka-python, as seen [here](https://github.com/confluentinc/confluent-kafka-python/blob/master/src/confluent_kafka/src/confluent_kafka.c#L1553). In...

Kafka 2.7.0 included [KIP-554](https://cwiki.apache.org/confluence/display/KAFKA/KIP-554%3A+Add+Broker-side+SCRAM+Config+API), adding API support for managing SASL-SCRAM Users, improving the existing experience of registering credentials in Zookeeper via the `kafka-configs.sh` script. The Java Admin Client was also...

enhancement

**Is your feature request related to a problem? Please describe.** We use nginx-ingress for all of our external HTTP traffic coming into k8s. Whilst envoy-proxy would work for us, we'd...

enhancement
community