Skip to content

Commit

Permalink
updates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhang Balkundi committed Mar 28, 2024
1 parent 6d61e80 commit af43f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ ziggurat.Event{
```

> [!NOTE]
> The rabbitmq MessageConsumer implementation does not modify the event struct and preserves the source data as is, it just stored the retry count in the metadata. This is a guarantee provided by the rabbitmq implementation.
> The rabbitmq MessageConsumer implementation does not modify the event struct and preserves the source data as is, it just stores the retry count in the metadata. This is a guarantee provided by the rabbitmq implementation.
> [!NOTE]
> The `rabbitmq.MessageConsumer` implementation does not modify the `*ziggurat.Event` struct in any way apart from storing the rabbitmq metadata, the reason being that RabbitMQ MessageConsumer is not the origin / source of the event, it is just a re-consumption of the original message.
Expand Down

0 comments on commit af43f6b

Please sign in to comment.