Skip to content

Commit

Permalink
fix topic name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Technoboy- committed Nov 14, 2022
1 parent df3b9fb commit dd28dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public void testNegativeAcksWithBatchAckEnabled() throws Exception {

@Test
public void testFailoverConsumerBatchCumulateAck() throws Exception {
final String topic = "my-topic";
final String topic = BrokerTestUtil.newUniqueName("my-topic");
admin.topics().createPartitionedTopic(topic, 2);

@Cleanup
Expand Down

0 comments on commit dd28dad

Please sign in to comment.