You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is no authentication/authorization (TLS, mTLS,…) mechanism to connect to Kafka/Redpanda output pipeline.
That's because right now I don't really need it, since my Redpanda instance is not accessible on the outside for now.
But it might change soon.
The text was updated successfully, but these errors were encountered:
This feature has been done in saimiris using rust-rdkafka crate. It's a binding to librdkafka, whereas kafka-rust, used currently in risotto, is written fully in Rust.
But it is more feature rich and it is way easier to setup SASL authentication.
Right now there is no authentication/authorization (TLS, mTLS,…) mechanism to connect to Kafka/Redpanda output pipeline.
That's because right now I don't really need it, since my Redpanda instance is not accessible on the outside for now.
But it might change soon.
The text was updated successfully, but these errors were encountered: