-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
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
Falcosidekick outout KAFKA with TLS support #547
Comments
Have you tested this config? kafka:
hostport: "ssl://<address>:9092" Technically, it should work. |
@victorrodriguez1984 can you try my proposal to check if it's ok please? |
Hi @Issif, @victorrodriguez1984 and me have tested your proposal, but it seems it doesn't like it. It tries to resolve dial tcp: lookup ssl://server:9092: no such host To see the error, I had to modify the code to handle this returned err: falcosidekick/outputs/kafka.go Lines 142 to 143 in 4d11678
It might be worth handling it, it seems handleKafkaCompletion captures errors during async writes and WriteMessages returns synchronous errors. What do you think?
|
Everything is available with release 2.28.0 👍 |
Motivation
Feature
Alternatives
The text was updated successfully, but these errors were encountered: