-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
As a developer I would like to process Kafka or related Dapr Pub/Sub events in a batch/bulk manner, while staying in the OpenFunction ecosystem.
Additional context
This is already implemented in the Dapr Subscription object under the bulkSubscribe attribute.
Workaround Ideas
Create an HTTP serverless function that gets invoked on a Dapr Subscription object under it's route attribute. This will publish a Json encoded payload with each entryId.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request