-
Notifications
You must be signed in to change notification settings - Fork 94
document examples for running kafka, etc #62
Comments
I run latest zetcd and kafka using the zetcd . ./bin/kafka-producer-perf-test.sh --topic test --throughput 1000000 --num-records 1000000 --producer-props bootstrap.servers=kafka-0.kafka:9092,kafka-1.kafka:9092,kafka-2.kafka:9092 acks=all --record-size 200 restarted one of In the 3 node kafka cluster show errors: [2018-03-16 07:26:12,326] WARN [ReplicaFetcherThread-1-3]: Error when sending leader epoch request for Map(test-0 -> 0) (kafka.server.ReplicaFetcherThread) | java.io.IOException: Connection to kafka-2.kafka.openshift.svc.cluster.local:9092 (id: 3 rack: null) failed. |
There are some procfiles that do this now, but they're not even very good for local development. Possible solution would be
/hacks/
full of Dockerfile setups and some documentation around it.The text was updated successfully, but these errors were encountered: