Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Applied feedback from PR
  • Loading branch information
akrambek committed Sep 17, 2024
commit 5366af5e5b3200c3084db36c5ccb23a050ba9cb7
16 changes: 8 additions & 8 deletions runtime/binding-kafka/src/main/zilla/protocol.idl
Original file line number Diff line number Diff line change
Expand Up @@ -588,14 +588,6 @@ scope protocol
uint8 includeAuthorizedOperations;
}

struct ClusterBroker
{
int32 brokerId;
string16 host;
int32 port;
string16 rack = null;
}

struct DescribeClusterResponse
{
int32 correlationId;
Expand All @@ -607,6 +599,14 @@ scope protocol
int32 brokerCount;
}

struct ClusterBroker
{
int32 brokerId;
string16 host;
int32 port;
string16 rack = null;
}

struct DescribeClusterResponsePart2
{
int32 authorizedOperations;
Expand Down