apache / apache/openwhisk-package-kafka
Allow Kafka consumer configuration
Open
enhancement
priority: low
- Dominant language
- Python
- Stars
- 30
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Allow the feed subscriber to pass common consumer configuration options.
https://github.com/openwhisk/openwhisk-package-kafka/blob/master/provider/consumer.py#L223-L236
Modifying the default consumer options enables lots of different usecases for this service. For example, I might want to turn off auto-commit or enable larger batch sizes for message polling.
Contributor guide
Assessment
This issue has not been assessed yet.