jihoonson commented on a change in pull request #7249: Consolidate kafka
consumer configs
URL: https://github.com/apache/incubator-druid/pull/7249#discussion_r265279402
##########
File path:
integration-tests/src/test/java/org/apache/druid/tests/indexer/ITKafkaIndexingServiceTest.java
##########
@@ -150,6 +150,8 @@ public void testKafka()
LOG.info("supervisorSpec name: [%s]", INDEXER_FILE);
Properties consumerProperties = new Properties();
consumerProperties.put("bootstrap.servers",
config.getKafkaInternalHost());
+ consumerProperties.put("auto.offset.reset", "none");
Review comment:
Can we use `KafkaConsumerConfigs` here, too?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]