aws-samples / aws-samples/amazon-msk-java-app-cdk
how to modify or adapt this class
Open
- Dominant language
- Java
- Stars
- 47
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.