-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Labels
kind:featureFeature RequestsFeature Requestspriority:lowBug with a simple workaround that would not block a releaseBug with a simple workaround that would not block a releaseprovider:apache-kafka
Description
Description
Add a KafkaMessageQueueTrigger class inherit from MessageQueueTrigger that provides a more intuitive API for Kafka-specific use cases while leveraging the existing architecture.
Use case/motivation
Currently need to dig deep into the provider function and found out what kwargs can pass to the Trigger.
It will be more intuitive if provides:
- Clear parameter names for Kafka-specific configurations
- Better type hints and validation
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
kind:featureFeature RequestsFeature Requestspriority:lowBug with a simple workaround that would not block a releaseBug with a simple workaround that would not block a releaseprovider:apache-kafka