Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timing diagrams and flowcharts to each core process. #2

Open
37 tasks
kuangye098 opened this issue Jun 6, 2019 · 0 comments
Open
37 tasks

Add timing diagrams and flowcharts to each core process. #2

kuangye098 opened this issue Jun 6, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@kuangye098
Copy link
Owner

kuangye098 commented Jun 6, 2019

  1. Client

    • 连接池管理(连接、重连接)
    • PARTITIONED_METADATA_RESPONSE
    • LOOKUP_RESPONSE
    • GET_SCHEMA_RESPONSE
  2. Producer

    • 连接、重连接
    • (批量)发送消息
    • 关闭生产者
    • GET_TOPICS_OF_NAMESPACE_RESPONSE
  3. Consumer

    • 连接、重连接
    • SUBSCRIBE
    • FLOW
    • MESSAGE
    • REDELIVER_UNACKNOWLEDGED_MESSAGES
    • 消息消费
    • 消息重试与死信消息
    • ACTIVE_CONSUMER_CHANGE
    • 关闭消费者
  4. Broker

    • PARTITIONED_METADATA
    • LOOKUP
    • GET_SCHEMA
    • CONNECT
    • PRODUCER
    • SEND
    • CLOSE_PRODUCER
    • SUBSCRIBE
    • FLOW
    • MESSAGE
    • REDELIVER_UNACKNOWLEDGED_MESSAGES
    • ACK
    • SEEK
    • ACTIVE_CONSUMER_CHANGE
    • UNSUBSCRIBE
    • CLOSE_CONSUMER
    • REACHED_END_OF_TOPIC
    • CONSUMER_STATS
    • GET_LAST_MESSAGE_ID
    • GET_TOPICS_OF_NAMESPACE
@kuangye098 kuangye098 added the help wanted Extra attention is needed label Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant