Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.19.0
-
Component/s: camel-salesforce
-
Labels:None
-
Estimated Complexity: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.