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.
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
Subscriptionobject under thebulkSubscribeattribute.Workaround Ideas
Create an HTTP serverless function that gets invoked on a Dapr
Subscriptionobject under it'srouteattribute. This will publish a Json encoded payload with each entryId.