amazon-msk-java-app-cdk
amazon-msk-java-app-cdk copied to clipboard
how to modify or adapt this class
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