Skip to content
Snippets Groups Projects
Commit f07515e5 authored by Martin Schmollinger's avatar Martin Schmollinger
Browse files

Updated format of README.md

parent f33b725e
No related branches found
No related tags found
No related merge requests found
...@@ -5,14 +5,16 @@ ...@@ -5,14 +5,16 @@
> docker compose down > docker compose down
# Run hello-kafka like a normal go program # Run hello-kafka like a normal go program
> go run . > go run .
## Output schould be similar to that: ## Output schould be similar to that:
``2024/06/02 13:41:34 Topic 'hello-kafka' with 1 partitions successfully created ``2024/06/02 13:41:34 Topic 'hello-kafka' with 1 partitions successfully created``
INFO[0000] Send message 'Hello Kafka!' to topic 'hello-kafka'
INFO[0001] Successfully send message 'Hello Kafka!' to topic 'hello-kafka' ``INFO[0000] Send message 'Hello Kafka!' to topic 'hello-kafka'``
INFO[0001] Start reading message from topic 'hello-kafka'
INFO[0001] Received message from topic 'hello-kafka' at partition 0, offset 0: Hello Kafka!`` ``INFO[0001] Successfully send message 'Hello Kafka!' to topic 'hello-kafka'``
\ No newline at end of file
``INFO[0001] Start reading message from topic 'hello-kafka'``
``INFO[0001] Received message from topic 'hello-kafka' at partition 0, offset 0: Hello Kafka!``
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment