James Riester

Results 1 issues of James Riester

https://github.com/confluentinc/cp-all-in-one/blob/74d8bf87ad553812eba73edd051e7755e291ac00/cp-all-in-one/docker-compose.yml#L27C85-L27C91 This causes client activity on port 9092 to fail except when run from the broker node. Should be: `KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://broker:29092,PLAINTEXT_HOST://broker:9092` OR `KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://broker:29092,PLAINTEXT_HOST://0.0.0.0:9092` Example of client failure which is...