package uber.data.kafka.consumer

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ConsumerOffsetInfo

offsets.proto:27

ConsumerOffsetInfo contains information about consumer offsets.

Used in: ConsumerOffsetInfoResponse

message ConsumerOffsetInfoRequest

offsets.proto:52

Request and Response objects. ConsumerOffsetInfoRequest is the request that will be made to POST /getConsumerOffsetInfo in aakafkaoffsetmgmt.

message ConsumerOffsetInfoResponse

offsets.proto:60

ConsumerOffsetInfoResponse is the response that will be returned on POST /getConsumerOffsetInfo in aakafkaoffsetmgmt.

enum ConsumerOffsetStore

offsets.proto:42

ConsumerOffsetStore is an enum for place where consumer offsets are stored.

Used in: ConsumerOffsetInfoRequest, GroupInfo, GroupSubscriptionRequest, OffsetSyncRequest, OffsetSyncResponse

message DLQMetadata

dlq_metadata.proto:15

DLQMetadata contains metadata from the original kafka message used in messaging-consumer-go lib and /data/messaging/clients:consumer The metadata will be encoded and decoded when sending or receiving messages from the DLQ cluster in order to present the library user a seamless logical topic.

message GroupInfo

list_group.proto:12

Used in: ListGroupResponse

message GroupSubscriptionRequest

group_sub.proto:23

GroupSubscriptionRequest contains the parameters for making a group subscription curl call to offset management

message GroupSubscriptionResponse

group_sub.proto:13

GroupSubscriptionResponse contains the group subscription response object returned by rest endpoint of offset management.

message ListGroupRequest

list_group.proto:27

ListGroupRequest contains the parameters for making a listGroup curl call to offset management

message ListGroupResponse

list_group.proto:21

ListGroupResponse contains listGroup response object returned by rest endpoint of offset management.

enum MappingState

offset_mapping.proto:25

Used in: OffsetSyncResponse

message OffsetInfo

offsets.proto:11

OffsetInfo contains information about offsets.

Used in: ConsumerOffsetInfo

message OffsetSyncRequest

offset_mapping.proto:60

message OffsetSyncResponse

offset_mapping.proto:39

OffsetSyncResponse contains the offset sync response returned by rest endpoint of offset management. the purpose is to make the user aware of what offset values are being used at src and dst cluster respectively.

message PartitionOffsetInfo

offset_mapping.proto:13

partition and its associated offset info

Used in: OffsetSyncRequest, OffsetSyncResponse