Skip to content

Conversation

@Y-Sindo
Copy link
Member

@Y-Sindo Y-Sindo commented Dec 30, 2024

To implement group member query API in persistent mode, we need to add a mechanism to respond with binary payload from service.

  • Move some util method in ServiceProtocol to a separate util class MessagePackUtils, so that they could be reused by other classes.
  • Deprecate string message member in AckMessage and add Payload member. The string message member is never used.
  • Introduce IMessagePackSerializable interface, so that we could put the (de)serialization methods of model classes inside themselves.
  • Refactor AckHandler to allow acking with binary payload

@Y-Sindo Y-Sindo force-pushed the presenceMessage branch 2 times, most recently from edd412c to 2f63cd3 Compare January 2, 2025 05:45
@Y-Sindo Y-Sindo closed this Jan 8, 2025
@Y-Sindo Y-Sindo reopened this Jan 8, 2025
@Y-Sindo Y-Sindo merged commit 38c636e into Azure:dev Jan 8, 2025
9 of 10 checks passed
@Y-Sindo Y-Sindo deleted the presenceMessage branch January 8, 2025 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants