kafka接口协议
The Kafka protocol is fairly simple, there are only six client requests APIs.
- Metadata - Describes the currently available brokers, their host and port information, and gives information about which broker hosts which partitions.获得活着的broker,他们的host和port,broker包含的partition
- Send - Send messages to a broker 发送消息到broker
- Fetch - Fetch messages from a broker, one which fetches data, one which gets cluster metadata, and one which gets offset information about a topic. 从broker上获得消息,集群元数据和topic的offset
- Offsets - Get information about the available offsets for a given topic partition.获得topic的partition的offset
- Offset Commit - Commit a set of offsets for a consumer group 写入consumer group消费的offset
- Offset Fetch - Fetch a set of offsets for a consumer group 读取consumer group消费的offset
相关推荐
Kafka 2020-09-18
yanghuashuiyue 2020-11-14
liuxingen 2020-11-13
wangying 2020-11-13
王谦 2020-11-03
huangwei00 2020-10-14
shenzhenzsw 2020-10-09
guicaizhou 2020-09-30
jiaomrswang 2020-09-23
jyj0 2020-09-21
guicaizhou 2020-09-15
hannuotayouxi 2020-08-20
amwayy 2020-08-03
yangyutong00 2020-08-01
weikaixxxxxx 2020-08-01
PoppyEvan 2020-08-01
guicaizhou 2020-08-01
PoppyEvan 2020-07-29