Documentation
¶
Index ¶
- Constants
- func EncodeAlterConfigsResponse(resp *AlterConfigsResponse, version int16) ([]byte, error)
- func EncodeApiVersionsResponse(resp *ApiVersionsResponse, version int16) ([]byte, error)
- func EncodeCreatePartitionsResponse(resp *CreatePartitionsResponse, version int16) ([]byte, error)
- func EncodeCreateTopicsResponse(resp *CreateTopicsResponse, version int16) ([]byte, error)
- func EncodeDeleteGroupsResponse(resp *DeleteGroupsResponse, version int16) ([]byte, error)
- func EncodeDeleteTopicsResponse(resp *DeleteTopicsResponse, version int16) ([]byte, error)
- func EncodeDescribeConfigsResponse(resp *DescribeConfigsResponse, version int16) ([]byte, error)
- func EncodeDescribeGroupsResponse(resp *DescribeGroupsResponse, version int16) ([]byte, error)
- func EncodeFetchResponse(resp *FetchResponse, version int16) ([]byte, error)
- func EncodeFindCoordinatorResponse(resp *FindCoordinatorResponse, version int16) ([]byte, error)
- func EncodeHeartbeatResponse(resp *HeartbeatResponse, version int16) ([]byte, error)
- func EncodeJoinGroupResponse(resp *JoinGroupResponse, version int16) ([]byte, error)
- func EncodeLeaveGroupResponse(resp *LeaveGroupResponse) ([]byte, error)
- func EncodeListGroupsResponse(resp *ListGroupsResponse, version int16) ([]byte, error)
- func EncodeListOffsetsResponse(version int16, resp *ListOffsetsResponse) ([]byte, error)
- func EncodeMetadataResponse(resp *MetadataResponse, version int16) ([]byte, error)
- func EncodeOffsetCommitResponse(resp *OffsetCommitResponse) ([]byte, error)
- func EncodeOffsetFetchResponse(resp *OffsetFetchResponse, version int16) ([]byte, error)
- func EncodeOffsetForLeaderEpochResponse(resp *OffsetForLeaderEpochResponse, version int16) ([]byte, error)
- func EncodeProduceResponse(resp *ProduceResponse, version int16) ([]byte, error)
- func EncodeResponse(payload []byte) ([]byte, error)
- func EncodeSyncGroupResponse(resp *SyncGroupResponse, version int16) ([]byte, error)
- func ParseRequest(b []byte) (*RequestHeader, Request, error)
- func WriteFrame(w io.Writer, payload []byte) error
- type AlterConfigsRequest
- type AlterConfigsResource
- type AlterConfigsResourceConfig
- type AlterConfigsResponse
- type AlterConfigsResponseResource
- type ApiVersion
- type ApiVersionsRequest
- type ApiVersionsResponse
- type CreatePartitionsAssignment
- type CreatePartitionsRequest
- type CreatePartitionsResponse
- type CreatePartitionsResponseTopic
- type CreatePartitionsTopic
- type CreateTopicConfig
- type CreateTopicResult
- type CreateTopicsRequest
- type CreateTopicsResponse
- type DeleteGroupsRequest
- type DeleteGroupsResponse
- type DeleteGroupsResponseGroup
- type DeleteTopicResult
- type DeleteTopicsRequest
- type DeleteTopicsResponse
- type DescribeConfigsRequest
- type DescribeConfigsResource
- type DescribeConfigsResponse
- type DescribeConfigsResponseConfig
- type DescribeConfigsResponseConfigSynonym
- type DescribeConfigsResponseResource
- type DescribeGroupsRequest
- type DescribeGroupsResponse
- type DescribeGroupsResponseGroup
- type DescribeGroupsResponseGroupMember
- type FetchAbortedTransaction
- type FetchPartitionRequest
- type FetchPartitionResponse
- type FetchRequest
- type FetchResponse
- type FetchTopicRequest
- type FetchTopicResponse
- type FindCoordinatorRequest
- type FindCoordinatorResponse
- type Frame
- type HeartbeatRequest
- type HeartbeatResponse
- type JoinGroupMember
- type JoinGroupProtocol
- type JoinGroupRequest
- type JoinGroupResponse
- type LeaveGroupRequest
- type LeaveGroupResponse
- type ListGroupsRequest
- type ListGroupsResponse
- type ListGroupsResponseGroup
- type ListOffsetsPartition
- type ListOffsetsPartitionResponse
- type ListOffsetsRequest
- type ListOffsetsResponse
- type ListOffsetsTopic
- type ListOffsetsTopicResponse
- type MetadataBroker
- type MetadataPartition
- type MetadataRequest
- type MetadataResponse
- type MetadataTopic
- type OffsetCommitPartition
- type OffsetCommitPartitionResponse
- type OffsetCommitRequest
- type OffsetCommitResponse
- type OffsetCommitTopic
- type OffsetCommitTopicResponse
- type OffsetFetchPartition
- type OffsetFetchPartitionResponse
- type OffsetFetchRequest
- type OffsetFetchResponse
- type OffsetFetchTopic
- type OffsetFetchTopicResponse
- type OffsetForLeaderEpochPartition
- type OffsetForLeaderEpochPartitionResponse
- type OffsetForLeaderEpochRequest
- type OffsetForLeaderEpochResponse
- type OffsetForLeaderEpochTopic
- type OffsetForLeaderEpochTopicResponse
- type ProducePartition
- type ProducePartitionResponse
- type ProduceRequest
- type ProduceResponse
- type ProduceTopic
- type ProduceTopicResponse
- type Request
- type RequestHeader
- type SyncGroupAssignment
- type SyncGroupRequest
- type SyncGroupResponse
Constants ¶
const ( APIKeyProduce int16 = 0 APIKeyFetch int16 = 1 APIKeyMetadata int16 = 3 APIKeyOffsetCommit int16 = 8 APIKeyOffsetFetch int16 = 9 APIKeyFindCoordinator int16 = 10 APIKeyJoinGroup int16 = 11 APIKeyHeartbeat int16 = 12 APIKeyLeaveGroup int16 = 13 APIKeySyncGroup int16 = 14 APIKeyDescribeGroups int16 = 15 APIKeyListGroups int16 = 16 APIKeyApiVersion int16 = 18 APIKeyCreateTopics int16 = 19 APIKeyDeleteTopics int16 = 20 APIKeyOffsetForLeaderEpoch int16 = 23 APIKeyListOffsets int16 = 2 APIKeyDescribeConfigs int16 = 32 APIKeyAlterConfigs int16 = 33 APIKeyCreatePartitions int16 = 37 APIKeyDeleteGroups int16 = 42 )
API keys supported by Kafscale in milestone 1.
const ( ConfigResourceTopic int8 = 2 ConfigResourceBroker int8 = 4 )
Config resource types.
const ( ConfigSourceUnknown int8 = -1 ConfigSourceDynamicTopic int8 = 1 ConfigSourceDynamicBroker int8 = 2 ConfigSourceStaticBroker int8 = 4 ConfigSourceDefaultConfig int8 = 5 ConfigSourceGroupConfig int8 = 8 )
Config sources.
const ( ConfigTypeBoolean int8 = 1 ConfigTypeString int8 = 2 ConfigTypeInt int8 = 3 ConfigTypeShort int8 = 4 ConfigTypeLong int8 = 5 ConfigTypeDouble int8 = 6 ConfigTypeList int8 = 7 ConfigTypeClass int8 = 8 ConfigTypePassword int8 = 9 )
Config types.
const ( NONE int16 = 0 OFFSET_OUT_OF_RANGE int16 = 1 UNKNOWN_TOPIC_OR_PARTITION int16 = 3 UNKNOWN_TOPIC_ID int16 = 100 UNKNOWN_SERVER_ERROR int16 = -1 REQUEST_TIMED_OUT int16 = 7 COORDINATOR_LOAD_IN_PROGRESS int16 = 14 COORDINATOR_NOT_AVAILABLE int16 = 15 INVALID_REQUEST int16 = 42 ILLEGAL_GENERATION int16 = 22 UNKNOWN_MEMBER_ID int16 = 25 REBALANCE_IN_PROGRESS int16 = 27 GROUP_ID_NOT_FOUND int16 = 69 INVALID_TOPIC_EXCEPTION int16 = 17 INVALID_CONFIG int16 = 40 TOPIC_ALREADY_EXISTS int16 = 36 TOPIC_AUTHORIZATION_FAILED int16 = 29 INVALID_PARTITIONS int16 = 37 UNSUPPORTED_VERSION int16 = 35 )
Variables ¶
This section is empty.
Functions ¶
func EncodeAlterConfigsResponse ¶
func EncodeAlterConfigsResponse(resp *AlterConfigsResponse, version int16) ([]byte, error)
EncodeAlterConfigsResponse renders bytes for alter configs responses.
func EncodeApiVersionsResponse ¶
func EncodeApiVersionsResponse(resp *ApiVersionsResponse, version int16) ([]byte, error)
EncodeApiVersionsResponse renders bytes ready to send on the wire.
func EncodeCreatePartitionsResponse ¶
func EncodeCreatePartitionsResponse(resp *CreatePartitionsResponse, version int16) ([]byte, error)
EncodeCreatePartitionsResponse renders bytes for create partitions responses.
func EncodeCreateTopicsResponse ¶
func EncodeCreateTopicsResponse(resp *CreateTopicsResponse, version int16) ([]byte, error)
func EncodeDeleteGroupsResponse ¶
func EncodeDeleteGroupsResponse(resp *DeleteGroupsResponse, version int16) ([]byte, error)
EncodeDeleteGroupsResponse renders bytes for delete groups responses.
func EncodeDeleteTopicsResponse ¶
func EncodeDeleteTopicsResponse(resp *DeleteTopicsResponse, version int16) ([]byte, error)
func EncodeDescribeConfigsResponse ¶
func EncodeDescribeConfigsResponse(resp *DescribeConfigsResponse, version int16) ([]byte, error)
EncodeDescribeConfigsResponse renders bytes for describe configs responses.
func EncodeDescribeGroupsResponse ¶
func EncodeDescribeGroupsResponse(resp *DescribeGroupsResponse, version int16) ([]byte, error)
EncodeDescribeGroupsResponse renders bytes for describe groups responses.
func EncodeFetchResponse ¶
func EncodeFetchResponse(resp *FetchResponse, version int16) ([]byte, error)
EncodeFetchResponse renders bytes for fetch responses.
func EncodeFindCoordinatorResponse ¶
func EncodeFindCoordinatorResponse(resp *FindCoordinatorResponse, version int16) ([]byte, error)
func EncodeHeartbeatResponse ¶
func EncodeHeartbeatResponse(resp *HeartbeatResponse, version int16) ([]byte, error)
func EncodeJoinGroupResponse ¶
func EncodeJoinGroupResponse(resp *JoinGroupResponse, version int16) ([]byte, error)
func EncodeLeaveGroupResponse ¶
func EncodeLeaveGroupResponse(resp *LeaveGroupResponse) ([]byte, error)
func EncodeListGroupsResponse ¶
func EncodeListGroupsResponse(resp *ListGroupsResponse, version int16) ([]byte, error)
EncodeListGroupsResponse renders bytes for list groups responses.
func EncodeListOffsetsResponse ¶
func EncodeListOffsetsResponse(version int16, resp *ListOffsetsResponse) ([]byte, error)
func EncodeMetadataResponse ¶
func EncodeMetadataResponse(resp *MetadataResponse, version int16) ([]byte, error)
EncodeMetadataResponse renders bytes for metadata responses. version should match the Metadata request version that triggered this response.
func EncodeOffsetCommitResponse ¶
func EncodeOffsetCommitResponse(resp *OffsetCommitResponse) ([]byte, error)
func EncodeOffsetFetchResponse ¶
func EncodeOffsetFetchResponse(resp *OffsetFetchResponse, version int16) ([]byte, error)
func EncodeOffsetForLeaderEpochResponse ¶
func EncodeOffsetForLeaderEpochResponse(resp *OffsetForLeaderEpochResponse, version int16) ([]byte, error)
EncodeOffsetForLeaderEpochResponse renders bytes for offset for leader epoch responses.
func EncodeProduceResponse ¶
func EncodeProduceResponse(resp *ProduceResponse, version int16) ([]byte, error)
EncodeProduceResponse renders bytes for produce responses.
func EncodeResponse ¶
EncodeResponse wraps a response payload into a Kafka frame.
func EncodeSyncGroupResponse ¶
func EncodeSyncGroupResponse(resp *SyncGroupResponse, version int16) ([]byte, error)
func ParseRequest ¶
func ParseRequest(b []byte) (*RequestHeader, Request, error)
ParseRequest decodes a request header and body from bytes.
Types ¶
type AlterConfigsRequest ¶
type AlterConfigsRequest struct {
Resources []AlterConfigsResource
ValidateOnly bool
}
func (AlterConfigsRequest) APIKey ¶
func (AlterConfigsRequest) APIKey() int16
type AlterConfigsResource ¶
type AlterConfigsResource struct {
ResourceType int8
ResourceName string
Configs []AlterConfigsResourceConfig
}
type AlterConfigsResponse ¶
type AlterConfigsResponse struct {
CorrelationID int32
ThrottleMs int32
Resources []AlterConfigsResponseResource
}
type ApiVersion ¶
ApiVersion describes the supported version range for an API.
type ApiVersionsRequest ¶
ApiVersionsRequest describes the ApiVersions call.
func (ApiVersionsRequest) APIKey ¶
func (ApiVersionsRequest) APIKey() int16
type ApiVersionsResponse ¶
type ApiVersionsResponse struct {
CorrelationID int32
ErrorCode int16
ThrottleMs int32
Versions []ApiVersion
}
ApiVersionsResponse describes server capabilities.
type CreatePartitionsAssignment ¶
type CreatePartitionsAssignment struct {
Replicas []int32
}
type CreatePartitionsRequest ¶
type CreatePartitionsRequest struct {
Topics []CreatePartitionsTopic
TimeoutMs int32
ValidateOnly bool
}
func (CreatePartitionsRequest) APIKey ¶
func (CreatePartitionsRequest) APIKey() int16
type CreatePartitionsResponse ¶
type CreatePartitionsResponse struct {
CorrelationID int32
ThrottleMs int32
Topics []CreatePartitionsResponseTopic
}
type CreatePartitionsTopic ¶
type CreatePartitionsTopic struct {
Name string
Count int32
Assignments []CreatePartitionsAssignment
}
type CreateTopicConfig ¶
type CreateTopicResult ¶
type CreateTopicsRequest ¶
type CreateTopicsRequest struct {
Topics []CreateTopicConfig
TimeoutMs int32
ValidateOnly bool
}
func (CreateTopicsRequest) APIKey ¶
func (CreateTopicsRequest) APIKey() int16
type CreateTopicsResponse ¶
type CreateTopicsResponse struct {
CorrelationID int32
ThrottleMs int32
Topics []CreateTopicResult
}
type DeleteGroupsRequest ¶
type DeleteGroupsRequest struct {
Groups []string
}
func (DeleteGroupsRequest) APIKey ¶
func (DeleteGroupsRequest) APIKey() int16
type DeleteGroupsResponse ¶
type DeleteGroupsResponse struct {
CorrelationID int32
ThrottleMs int32
Groups []DeleteGroupsResponseGroup
}
type DeleteTopicResult ¶
type DeleteTopicsRequest ¶
func (DeleteTopicsRequest) APIKey ¶
func (DeleteTopicsRequest) APIKey() int16
type DeleteTopicsResponse ¶
type DeleteTopicsResponse struct {
CorrelationID int32
ThrottleMs int32
Topics []DeleteTopicResult
}
type DescribeConfigsRequest ¶
type DescribeConfigsRequest struct {
Resources []DescribeConfigsResource
IncludeSynonyms bool
IncludeDocumentation bool
}
func (DescribeConfigsRequest) APIKey ¶
func (DescribeConfigsRequest) APIKey() int16
type DescribeConfigsResource ¶
type DescribeConfigsResponse ¶
type DescribeConfigsResponse struct {
CorrelationID int32
ThrottleMs int32
Resources []DescribeConfigsResponseResource
}
type DescribeConfigsResponseResource ¶
type DescribeConfigsResponseResource struct {
ErrorCode int16
ErrorMessage *string
ResourceType int8
ResourceName string
Configs []DescribeConfigsResponseConfig
}
type DescribeGroupsRequest ¶
DescribeGroupsRequest asks for metadata about consumer groups.
func (DescribeGroupsRequest) APIKey ¶
func (DescribeGroupsRequest) APIKey() int16
type DescribeGroupsResponse ¶
type DescribeGroupsResponse struct {
CorrelationID int32
ThrottleMs int32
Groups []DescribeGroupsResponseGroup
}
type FetchAbortedTransaction ¶
type FetchPartitionRequest ¶
type FetchPartitionResponse ¶
type FetchRequest ¶
type FetchRequest struct {
ReplicaID int32
MaxWaitMs int32
MinBytes int32
MaxBytes int32
IsolationLevel int8
SessionID int32
SessionEpoch int32
Topics []FetchTopicRequest
}
FetchRequest represents a subset of Kafka FetchRequest v13.
func (FetchRequest) APIKey ¶
func (FetchRequest) APIKey() int16
type FetchResponse ¶
type FetchResponse struct {
CorrelationID int32
ThrottleMs int32
ErrorCode int16
SessionID int32
Topics []FetchTopicResponse
}
FetchResponse represents data returned to consumers.
type FetchTopicRequest ¶
type FetchTopicRequest struct {
Name string
TopicID [16]byte
Partitions []FetchPartitionRequest
}
type FetchTopicResponse ¶
type FetchTopicResponse struct {
Name string
TopicID [16]byte
Partitions []FetchPartitionResponse
}
type FindCoordinatorRequest ¶
FindCoordinatorRequest targets a group coordinator lookup.
func (FindCoordinatorRequest) APIKey ¶
func (FindCoordinatorRequest) APIKey() int16
type FindCoordinatorResponse ¶
type HeartbeatRequest ¶
type HeartbeatRequest struct {
GroupID string
GenerationID int32
MemberID string
InstanceID *string
}
func (HeartbeatRequest) APIKey ¶
func (HeartbeatRequest) APIKey() int16
type HeartbeatResponse ¶
type JoinGroupMember ¶
type JoinGroupProtocol ¶
type JoinGroupRequest ¶
type JoinGroupRequest struct {
GroupID string
SessionTimeoutMs int32
RebalanceTimeoutMs int32
MemberID string
ProtocolType string
Protocols []JoinGroupProtocol
}
func (JoinGroupRequest) APIKey ¶
func (JoinGroupRequest) APIKey() int16
type JoinGroupResponse ¶
type LeaveGroupRequest ¶
func (LeaveGroupRequest) APIKey ¶
func (LeaveGroupRequest) APIKey() int16
type LeaveGroupResponse ¶
type ListGroupsRequest ¶
ListGroupsRequest enumerates consumer groups with optional filters.
func (ListGroupsRequest) APIKey ¶
func (ListGroupsRequest) APIKey() int16
type ListGroupsResponse ¶
type ListGroupsResponse struct {
CorrelationID int32
ThrottleMs int32
ErrorCode int16
Groups []ListGroupsResponseGroup
}
type ListGroupsResponseGroup ¶
type ListOffsetsPartition ¶
type ListOffsetsRequest ¶
type ListOffsetsRequest struct {
ReplicaID int32
IsolationLevel int8
Topics []ListOffsetsTopic
}
func (ListOffsetsRequest) APIKey ¶
func (ListOffsetsRequest) APIKey() int16
type ListOffsetsResponse ¶
type ListOffsetsResponse struct {
CorrelationID int32
ThrottleMs int32
Topics []ListOffsetsTopicResponse
}
type ListOffsetsTopic ¶
type ListOffsetsTopic struct {
Name string
Partitions []ListOffsetsPartition
}
type ListOffsetsTopicResponse ¶
type ListOffsetsTopicResponse struct {
Name string
Partitions []ListOffsetsPartitionResponse
}
type MetadataBroker ¶
MetadataBroker describes a broker in Metadata response.
type MetadataPartition ¶
type MetadataPartition struct {
ErrorCode int16
PartitionIndex int32
LeaderID int32
LeaderEpoch int32
ReplicaNodes []int32
ISRNodes []int32
OfflineReplicas []int32
}
MetadataPartition describes partition metadata.
type MetadataRequest ¶
type MetadataRequest struct {
Topics []string
TopicIDs [][16]byte
AllowAutoTopicCreation bool
IncludeClusterAuthOps bool
IncludeTopicAuthOps bool
}
MetadataRequest asks for cluster metadata. Empty Topics means "all".
func (MetadataRequest) APIKey ¶
func (MetadataRequest) APIKey() int16
type MetadataResponse ¶
type MetadataResponse struct {
CorrelationID int32
ThrottleMs int32
Brokers []MetadataBroker
ClusterID *string
ControllerID int32
Topics []MetadataTopic
ClusterAuthorizedOperations int32
}
MetadataResponse holds topic + broker info.
type MetadataTopic ¶
type MetadataTopic struct {
ErrorCode int16
Name string
TopicID [16]byte
IsInternal bool
Partitions []MetadataPartition
TopicAuthorizedOperations int32
}
MetadataTopic describes a topic in Metadata response.
type OffsetCommitPartition ¶
type OffsetCommitRequest ¶
type OffsetCommitRequest struct {
GroupID string
GenerationID int32
MemberID string
RetentionMs int64
Topics []OffsetCommitTopic
}
func (OffsetCommitRequest) APIKey ¶
func (OffsetCommitRequest) APIKey() int16
type OffsetCommitResponse ¶
type OffsetCommitResponse struct {
CorrelationID int32
ThrottleMs int32
Topics []OffsetCommitTopicResponse
}
type OffsetCommitTopic ¶
type OffsetCommitTopic struct {
Name string
Partitions []OffsetCommitPartition
}
type OffsetCommitTopicResponse ¶
type OffsetCommitTopicResponse struct {
Name string
Partitions []OffsetCommitPartitionResponse
}
type OffsetFetchPartition ¶
type OffsetFetchPartition struct {
Partition int32
}
type OffsetFetchRequest ¶
type OffsetFetchRequest struct {
GroupID string
Topics []OffsetFetchTopic
}
func (OffsetFetchRequest) APIKey ¶
func (OffsetFetchRequest) APIKey() int16
type OffsetFetchResponse ¶
type OffsetFetchResponse struct {
CorrelationID int32
ThrottleMs int32
Topics []OffsetFetchTopicResponse
ErrorCode int16
}
type OffsetFetchTopic ¶
type OffsetFetchTopic struct {
Name string
Partitions []OffsetFetchPartition
}
type OffsetFetchTopicResponse ¶
type OffsetFetchTopicResponse struct {
Name string
Partitions []OffsetFetchPartitionResponse
}
type OffsetForLeaderEpochRequest ¶
type OffsetForLeaderEpochRequest struct {
ReplicaID int32
Topics []OffsetForLeaderEpochTopic
}
func (OffsetForLeaderEpochRequest) APIKey ¶
func (OffsetForLeaderEpochRequest) APIKey() int16
type OffsetForLeaderEpochResponse ¶
type OffsetForLeaderEpochResponse struct {
CorrelationID int32
ThrottleMs int32
Topics []OffsetForLeaderEpochTopicResponse
}
type OffsetForLeaderEpochTopic ¶
type OffsetForLeaderEpochTopic struct {
Name string
Partitions []OffsetForLeaderEpochPartition
}
type OffsetForLeaderEpochTopicResponse ¶
type OffsetForLeaderEpochTopicResponse struct {
Name string
Partitions []OffsetForLeaderEpochPartitionResponse
}
type ProducePartition ¶
type ProduceRequest ¶
type ProduceRequest struct {
Acks int16
TimeoutMs int32
TransactionalID *string
Topics []ProduceTopic
}
ProduceRequest is a simplified representation of Kafka ProduceRequest v9.
func (ProduceRequest) APIKey ¶
func (ProduceRequest) APIKey() int16
type ProduceResponse ¶
type ProduceResponse struct {
CorrelationID int32
Topics []ProduceTopicResponse
ThrottleMs int32
}
ProduceResponse contains per-partition acknowledgement info.
type ProduceTopic ¶
type ProduceTopic struct {
Name string
Partitions []ProducePartition
}
type ProduceTopicResponse ¶
type ProduceTopicResponse struct {
Name string
Partitions []ProducePartitionResponse
}
type Request ¶
type Request interface {
APIKey() int16
}
Request is implemented by concrete protocol requests.
type RequestHeader ¶
RequestHeader matches Kafka RequestHeader v1 (simplified without tagged fields).
func ParseRequestHeader ¶
func ParseRequestHeader(b []byte) (*RequestHeader, *byteReader, error)
ParseRequestHeader decodes the header portion from raw bytes.
type SyncGroupAssignment ¶
type SyncGroupRequest ¶
type SyncGroupRequest struct {
GroupID string
GenerationID int32
MemberID string
Assignments []SyncGroupAssignment
}
func (SyncGroupRequest) APIKey ¶
func (SyncGroupRequest) APIKey() int16