Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Pinto <[email protected]>
  • Loading branch information
ennru and efgpinto authored Dec 11, 2024
1 parent 30be766 commit 873c9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/java/pages/consuming-producing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ If a Consumer produce messages of `byte[]` type to a topic, the messages publish
Producing to a topic is the same as producing to a stream in service to service eventing. The only difference is the `@Produce.ToTopic` annotation. Used to set a destination topic name.
IMPORTANT: To guarantee that events for each entity can be read from the message broker in the same order they were written the cloud event subject id must be specified in metadata along with the event. See how to in xref:consuming-producing.adoc#_metadata[Metadata] below.
IMPORTANT: To guarantee that events for each entity can be read from the message broker in the same order they were written, the cloud event subject id must be specified in metadata along with the event. See how to in xref:consuming-producing.adoc#_metadata[Metadata] below.
[source,java,indent=0]
.{sample-base-url}/event-sourced-counter-brokers/src/main/java/counter/application/CounterJournalToTopicConsumer.java[CounterJournalToTopicConsumer.java]
Expand Down

0 comments on commit 873c9f7

Please sign in to comment.