gitbitex / gitbitex-new

an open source cryptocurrency exchange
Apache License 2.0
230 stars 84 forks source link

How to start Kafka? #34

Closed munkh-erdene closed 5 months ago

munkh-erdene commented 10 months ago

org.apache.kafka.clients.NetworkClient : [Consumer clientId=consumer-Trade1-3, groupId=Trade1] Connection to node -1 (localhost/127.0.0.1:19092) could not be established. Broker may not be available.

says112 commented 8 months ago

org.apache.kafka.clients.NetworkClient: [Consumer clientId=consumer-Trade1-3, groupId=Trade1] Не удалось установить соединение с узлом -1 (localhost/127.0.0.1:19092). Брокер может быть недоступен.

I found the reason why kafko does not start, add in the file: docker-compose.yaml stock: - KAFKA_CFG_NODE_ID=1

munkh-erdene commented 8 months ago

Thank you