Skip to content

Commit

Permalink
fix typo (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright committed Aug 27, 2024
1 parent af05a1c commit 9a47684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-06-21-registry-3-kafkasql.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The flow is therefore this:
1. An HTTP request is received representing a registry data change
2. The change is turned into a Kafka message
3. The Kafka message is published to the Kafka topic (the journal)
4The thread **waits** for the message to be consumed
4. The thread **waits** for the message to be consumed

**Registry Kafka consumer thread consumes messages from the Kafka topic *(Consumer Thread)***
1. The message is consumed from the kafka topic
Expand Down

0 comments on commit 9a47684

Please sign in to comment.