logstash-plugins / logstash-integration-kafka

Kafka Integration for Logstash, providing Input and Output Plugins
Apache License 2.0
32 stars 60 forks source link

Added support for the custom client and login callback handler for the kafka-output #102

Open imsatasia opened 3 years ago

imsatasia commented 3 years ago

Example: sasl_client_callback_handler_class => "io.strimzi.kafka.oauth.client.JaasClientOauthLoginCallbackHandler"

jockjiang commented 2 years ago

is this for oauth support? when this can be merged?