I am trying to set up RisingWave using the provided docker-compose file, but I am facing issues with configuring Kafka source and sink. I have tried different configurations but encountered errors and messages not being inserted into the topic. How can I properly configure Kafka source and sink in RisingWave using docker-compose?
Jiacheng Yang
Asked on Jul 12, 2023
For the Kafka sink configuration, ensure to use the correct Kafka address with the appropriate port. When defining the sink, use the hostname of the Kafka service within the docker-compose network.
For the Kafka source configuration, make sure to specify the correct Kafka address and use the container name as the hostname.
When encountering issues with hanging commands or connection errors, check the logs for error messages to identify the root cause.
Consider using the container name as the hostname for Kafka services within the docker-compose network to avoid connection issues.