Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbru committed Dec 17, 2024
1 parent 690626e commit 9523195
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/src/test/scala/unit/kafka/server/RequestQuotaTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,12 @@ class RequestQuotaTest extends BaseRequestTest {
case ApiKeys.STREAMS_GROUP_HEARTBEAT =>
new StreamsGroupHeartbeatRequest.Builder(new StreamsGroupHeartbeatRequestData(), true)

case ApiKeys.STREAMS_GROUP_DESCRIBE =>
new StreamsGroupDescribeRequest.Builder(new StreamsGroupDescribeRequestData(), true)

case ApiKeys.STREAMS_GROUP_HEARTBEAT =>
new StreamsGroupHeartbeatRequest.Builder(new StreamsGroupHeartbeatRequestData(), true)

case _ =>
throw new IllegalArgumentException("Unsupported API key " + apiKey)
}
Expand Down

0 comments on commit 9523195

Please sign in to comment.