Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ private void doConsumerInitialBegin(
.typeId(kafkaTypeId)
.group(g ->
g.groupId(groupId)
.protocol("highlander")
.protocol("rebalance")
.timeout(timeout)
.metadataLen(metadata.sizeof())
.metadata(metadata.buffer(), 0, metadata.sizeof()))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@ private void onTopicOffsetFetchDataChanged(
partitions.forEach(p -> offsetsByPartitionId.put(p.partitionId(),
new KafkaPartitionOffset(
p.partitionId(),
p.partitionOffset(),
p.partitionOffset() == LIVE.value() ? HISTORICAL.value() : p.partitionOffset(),
0,
p.leaderEpoch(),
p.metadata().asString())));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ write zilla:begin.ext ${kafka:beginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(45000)
.metadata(kafka:memberMetadata()
.consumerId("consumer-1")
Expand All @@ -40,7 +40,7 @@ read zilla:begin.ext ${kafka:matchBeginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.instanceId("zilla")
.timeout(30000)
.build()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ read zilla:begin.ext ${kafka:matchBeginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(45000)
.metadata(kafka:memberMetadata()
.consumerId("consumer-1")
Expand All @@ -44,7 +44,7 @@ write zilla:begin.ext ${kafka:beginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.instanceId("zilla")
.timeout(30000)
.build()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ write zilla:begin.ext ${kafka:beginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(45000)
.metadata(kafka:memberMetadata()
.consumerId("consumer-1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ read zilla:begin.ext ${kafka:matchBeginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(45000)
.metadata(kafka:memberMetadata()
.consumerId("consumer-1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ write zilla:begin.ext ${kafka:beginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(45000)
.metadata(kafka:memberMetadata()
.consumerId("consumer-1")
Expand All @@ -40,7 +40,7 @@ read zilla:begin.ext ${kafka:matchBeginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.instanceId("zilla")
.timeout(30000)
.build()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ read zilla:begin.ext ${kafka:matchBeginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(45000)
.metadata(kafka:memberMetadata()
.consumerId("consumer-1")
Expand All @@ -44,7 +44,7 @@ write zilla:begin.ext ${kafka:beginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.instanceId("zilla")
.timeout(30000)
.build()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ write zilla:begin.ext ${kafka:beginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(45000)
.metadata(kafka:memberMetadata()
.consumerId("consumer-1")
Expand All @@ -134,7 +134,7 @@ read zilla:begin.ext ${kafka:matchBeginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(30000)
.build()
.build()}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ read zilla:begin.ext ${kafka:matchBeginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(45000)
.metadata(kafka:memberMetadata()
.consumerId("consumer-1")
Expand All @@ -132,7 +132,7 @@ write zilla:begin.ext ${kafka:beginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.instanceId("zilla")
.timeout(30000)
.build()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ write zilla:begin.ext ${kafka:beginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(45000)
.metadata(kafka:memberMetadata()
.consumerId("consumer-1")
Expand All @@ -134,7 +134,7 @@ read zilla:begin.ext ${kafka:matchBeginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.instanceId("zilla")
.timeout(30000)
.build()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ read zilla:begin.ext ${kafka:matchBeginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(45000)
.metadata(kafka:memberMetadata()
.consumerId("consumer-1")
Expand All @@ -133,7 +133,7 @@ write zilla:begin.ext ${kafka:beginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.instanceId("zilla")
.timeout(30000)
.build()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ write zilla:begin.ext ${kafka:beginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(0)
.metadata(kafka:memberMetadata()
.consumerId("consumer-1")
Expand All @@ -132,7 +132,7 @@ read zilla:begin.ext ${kafka:matchBeginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(30000)
.build()
.build()}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ read zilla:begin.ext ${kafka:matchBeginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(0)
.metadata(kafka:memberMetadata()
.consumerId("consumer-1")
Expand All @@ -133,7 +133,7 @@ write zilla:begin.ext ${kafka:beginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(30000)
.build()
.build()}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ write zilla:begin.ext ${kafka:beginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(0)
.metadata(kafka:memberMetadata()
.consumerId("consumer-1")
Expand All @@ -132,7 +132,7 @@ read zilla:begin.ext ${kafka:matchBeginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(30000)
.build()
.build()}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ read zilla:begin.ext ${kafka:matchBeginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(0)
.metadata(kafka:memberMetadata()
.consumerId("consumer-1")
Expand All @@ -133,7 +133,7 @@ write zilla:begin.ext ${kafka:beginEx()
.typeId(zilla:id("kafka"))
.group()
.groupId("client-1")
.protocol("highlander")
.protocol("rebalance")
.timeout(30000)
.build()
.build()}
Expand Down