alberttwong opened a new issue, #11826: URL: https://github.com/apache/hudi/issues/11826
**Describe the problem you faced** Issue running docker demo on mac arm with Hudi 0.15. Disconnected while requesting ApiVersion ``` albert@Alberts-MBP hudi % cat docker/demo/data/batch_1.json | kcat -b kafkabroker -t stock_ticks -P %6|1724702716.408|FAIL|rdkafka#producer-1| [thrd:kafkabroker:9092/bootstrap]: kafkabroker:9092/bootstrap: Disconnected while requesting ApiVersion: might be caused by incorrect security.protocol configuration (connecting to a SSL listener?) or broker version is < 0.10 (see api.version.request) (after 0ms in state APIVERSION_QUERY) ``` **To Reproduce** Steps to reproduce the behavior: 1. `git clone https://github.com/apache/hudi.git` 2. `git checkout release-0.15.0` 3. `mvn clean package -Pintegration-tests -DskipTests` 4. `./setup_demo.sh --mac-aarch64` **Expected behavior** Follow https://hudi.apache.org/docs/docker_demo/ and expect all the steps to work. **Environment Description** * Hudi version : 0.15 * Spark version : * Hive version : * Hadoop version : * Storage (HDFS/S3/GCS..) : * Running on Docker? (yes/no) : yes **Additional context** Add any other context about the problem here. **Stacktrace** ```Add the stacktrace of the error.``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
