Closed webandtech closed 8 months ago
@webandtech , I had the same question this morning and found my way to this answer: https://github.com/awslabs/amazon-kinesis-client/issues/429#issuecomment-500251216
In consumer.properties
set
# Set to POLLING to disable enhanced fan-out mode
retrievalMode=POLLING
I scanned the example properties file and it didn't seem clear... if I want to use this with the old GetRecords behavior instead of SubscribeToShard, how does one configure the kcl to do that?