Skip to content

Commit

Permalink
KafkaSinkCluster: error on AllocateProducerIds
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Nov 10, 2024
1 parent a75cf7f commit be450e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shotover/src/transforms/kafka/sink_cluster/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,8 @@ impl KafkaSinkCluster {
body:
RequestBody::LeaderAndIsr(_)
| RequestBody::StopReplica(_)
| RequestBody::UpdateMetadata(_),
| RequestBody::UpdateMetadata(_)
| RequestBody::AllocateProducerIds(_),
header:
RequestHeader {
request_api_key, ..
Expand Down

0 comments on commit be450e6

Please sign in to comment.