bulker icon indicating copy to clipboard operation
bulker copied to clipboard

feat: allow security protocol

Open Mokto opened this issue 3 months ago • 2 comments

Summary by cubic

Adds support for configuring Kafka security.protocol via BULKER_KAFKA_SECURITY_PROTOCOL to work with secure clusters (e.g., SASL_SSL). No change in default behavior unless the var is set.

  • New Features
    • New config: KAFKA_SECURITY_PROTOCOL → sets security.protocol when provided.
    • Docs: added BULKER_KAFKA_SECURITY_PROTOCOL env var usage.

Mokto avatar Sep 19 '25 09:09 Mokto

Please check kafkabase/kafka_config.go:69 Are you sure that these changes are necessary?

absorbb avatar Sep 24 '25 12:09 absorbb

I did see that already yes.

The thing is that bulker doesn't support SASL_PLAINTEXT

Mokto avatar Sep 24 '25 13:09 Mokto

Up! Thank you

Mokto avatar Nov 27 '25 04:11 Mokto