forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WebSocket] Add redeliveryCount property to messages delivered throug…
…h the WebSocket service (apache#8074) ### Motivation Currently, the redeliveryCount is not passed to consumer subscribed through the WebSocket service. Redelivery count is a useful feature which should be available. ### Modifications A property is added to `org.apache.pulsar.websocket.data.ConsumerMessage` which is populated with the value coming from the original message coming from the Java pulsar client. ### Verifying this change This change is a trivial rework / code cleanup without any test coverage. ### Documentation The corresponding documentation was updated.
- Loading branch information
1 parent
e0e0f14
commit 3ff3b31
Showing
4 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters