Skip to content

Conversation

f1amingo
Copy link

  1. Introduce new MessageType: LITE and ClientType: LITE_PUSH_CONSUMER;
  2. New rpc SyncLiteSubscription for MessagingService;
  3. Enhance SystemProperties, AckMessageEntry, ForwardMessageToDeadLetterQueueRequest to support lite topic;

Related Issue: #94

PUSH_CONSUMER = 2;
SIMPLE_CONSUMER = 3;
PULL_CONSUMER = 4;
LITE_PUSH_CONSUMER = 5;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

协议里先把simple写进去。实现可以先不实现

// Request client to reconnect server use the latest endpoints.
ReconnectEndpointsCommand reconnect_endpoints_command = 8;

NotifyUnsubscribeLiteCommand notify_unsubscribe_lite_command = 9;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

注释

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