amazon-msk-java-app-cdk icon indicating copy to clipboard operation
amazon-msk-java-app-cdk copied to clipboard

how to modify or adapt this class

Open thulsidk1 opened this issue 3 years ago • 0 comments

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

thulsidk1 avatar May 26 '22 13:05 thulsidk1