Skip to content

Commit

Permalink
Debug for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hao Xu committed Sep 26, 2024
1 parent 9aeaaf8 commit 1a0fa1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public void testKafkaConsumerServiceResubscriptionConcurrency() throws Exception
MetricsRepository mockMetricsRepository = mock(MetricsRepository.class);
final Sensor mockSensor = mock(Sensor.class);
doReturn(mockSensor).when(mockMetricsRepository).sensor(anyString(), any());
int consumerNum = 6;
int consumerNum = 2;

PubSubMessageDeserializer pubSubDeserializer = new PubSubMessageDeserializer(
new OptimizedKafkaValueSerializer(),
Expand Down

0 comments on commit 1a0fa1f

Please sign in to comment.