We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
source is kafka , connect to kafka with kdc failed without ssl
run fluentd with below config
connect kafka success
- Fluentd version:fluentd-1.16.2 - TD Agent version: - fluent-plugin-kafka version:fluent-plugin-kafka-0.19.2 - ruby-kafka version:ruby-kafka-1.5.0 - Operating system: - Kernel version:
fluent.conf: | <source> @type kafka_group # list of seed brokers brokers s1.test.com:6667 principal "kafka/s1.test.com" keytab "/etc/kafka.service.keytab" topics k8slog consumer_group fluentd-k8s format json sasl_over_ssl false </source>
2023-12-07 08:13:30 +0000 [error]: #0 unexpected error error_class=ArgumentError error="SASL authentication requires that SSL is configured"
### Additional context _No response_
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
source is kafka , connect to kafka with kdc failed without ssl
To Reproduce
run fluentd with below config
Expected behavior
connect kafka success
Your Environment
Your Configuration
Your Error Log
2023-12-07 08:13:30 +0000 [error]: #0 unexpected error error_class=ArgumentError error="SASL authentication requires that SSL is configured"
The text was updated successfully, but these errors were encountered: