Kafka Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:


Followed this procedure: https://kafka.apache.org/documentation/#quickstart
Followed this procedure: https://kafka.apache.org/documentation/#quickstart
<syntaxhighlight lang='bash'>
bin/zookeeper-server-start.sh config/zookeeper.properties
</syntaxhighlight>

Revision as of 19:00, 5 October 2023

Internal

Installation

Followed this procedure: https://kafka.apache.org/documentation/#quickstart

Run

Followed this procedure: https://kafka.apache.org/documentation/#quickstart

bin/zookeeper-server-start.sh config/zookeeper.properties