You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
When receiving new pubsub events,Layotto should forward the metadata fields generated by pubsub components to app.
tasks involved:
Why is this needed:
In pubsub scenarios,there are always some custom fields needed to be forwarded to apps in real word, such as the offset field in Kafka.
Unfortunately, we didn't do it in both Layotto and Dapr
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue or help wanted) or other activity occurs. Thank you for your contributions.
What would you like to be added:
When receiving new pubsub events,Layotto should forward the
metadata
fields generated by pubsub components to app.tasks involved:
path
inTopicEventRequest
. see https://github.com/dapr/dapr/blob/master/dapr/proto/runtime/v1/appcallback.protometadata
field provided by pubsub components to app's callback API. see Enable ASB Message Metadata dapr/components-contrib#1071Why is this needed:
In pubsub scenarios,there are always some custom fields needed to be forwarded to apps in real word, such as the
offset
field in Kafka.Unfortunately, we didn't do it in both Layotto and Dapr
The text was updated successfully, but these errors were encountered: