Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
(ConnectionState, AliasId, TopicString) -> UpdatedConnectionState
Store a bidirectional mapping of small integer IDs to full topic strings on a per-connection state basis to resolve subsequent compressed payloads.
Problem it solves
Repeating long topic strings in pub/sub environments wastes network bandwidth on constrained channels.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.