You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* In one terminal, /opt/bitnami/kafka/bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic marklogic --consumer.config /opt/bitnami/kafka/config/consumer.properties --from-beginning
61
67
* In a second terminal, /opt/bitnami/kafka/bin/kafka-console-producer.sh --broker-list localhost:9092 --producer.config /opt/bitnami/kafka/config/producer.properties --topic marklogic
62
68
* In the producer console, enter a message. For example,
63
-
{"A" : "a"}
69
+
{ "Foo" : "bar" }
64
70
* The terminal with the consumer should spit out the message you entered in the producer
65
71
66
72
## Configure & Build the MarkLogic Consumer
@@ -74,14 +80,14 @@ This is not intended to be a description of setting up a production environment.
0 commit comments