You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "techdocsmith (via GitHub)" <gi...@apache.org> on 2023/05/23 23:46:42 UTC

[GitHub] [druid] techdocsmith opened a new pull request, #14335: Docs: Updates docker compose to turn off kraft which causes errors

techdocsmith opened a new pull request, #14335:
URL: https://github.com/apache/druid/pull/14335

   The `bitnami/kafka:latest` image had `kraft` turned on by default, which did not work with the existing configurations. Since we have zookeeper anyway, turned `kraft` off to fall back to existing functionality.
   
   ### Description
   With kraft enabled, Kafka would exit throwing the following error:
   
   ```
   kafka-broker   | Exception in thread "main" java.lang.IllegalArgumentException: requirement failed: controller.listener.names must contain at least one value appearing in the 'listeners' configuration when running the KRaft controller role
   ...
   ```
   
   The fix adds the following environment variable to the `kafka` service:
   ```
         - KAFKA_ENABLE_KRAFT=false
   ```
   
   
   
   This PR has:
   
   - [ x] been self-reviewed.
   - [ x] been tested in a test Druid cluster.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] vtlim merged pull request #14335: Docs: Updates docker compose to turn off kraft which causes errors

Posted by "vtlim (via GitHub)" <gi...@apache.org>.
vtlim merged PR #14335:
URL: https://github.com/apache/druid/pull/14335


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org