Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

39 lines (28 loc) · 1.22 KB

Release Notes

Changed

  • Change Kafka config

Changed

  • Add SECURITY_PROTOCOL to environment variable instead of hard fixed

Changed

  • Using config from env variables for SSL connection (Kafka SSL client)
KAFKA_SSL_CA_LOCATION=./ca.crt

# For SSL client
KAFKA_SSL_CERTIFICATE_LOCATION=./user.crt [./user.pem]
KAFKA_SSL_KEY_LOCATION=./user.key
KAFKA_SSL_KEY_PASSWORD=SOME_PASSWORD

For more information Using SSL with librdkafka

Changed

  • Using config from env variables for declare Kafka brokers
KAFKA_BROKERS

Added

  • First launch 🚀🚀🚀