Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
There is a little bit of mismatch between the channel name used in the endpoint and the channel name one has to set in the initialReplayIdMap:
- endpoint require a simple name like "my-channel"
- initialReplayIdMap requires a full path like "/topic/my-channel"
IMHO, initialReplayIdMap keys should match endpoint channel name.