how to modify or adapt this class
Opened this issue · 0 comments
thulsidk1 commented
Hello ,
We are trying to use public KafkaConsumer(DynamoDBService dynamoDBService, AdminClient adminClient, KafkaConsumerProperties properties) so as to consume the topic messages . However we are needing to use DynamoDBService so can this method signature be changed to
public KafkaConsumer(AdminClient adminClient, KafkaConsumerProperties properties) and will that work