-
Notifications
You must be signed in to change notification settings - Fork 536
Description
Describe the feature
The current GCP PUB/SUB DAPR component does not support publishing or consuming messages with custom attributes. This can be a limitation for applications that need to track additional information about messages, such as the order in which they were received, the source of the message, or the status of the message processing.
I propose that the GCP PUB/SUB DAPR component be updated to support publishing or consuming messages with custom attributes. This would allow applications to track additional information about messages, which could improve the overall observability and manageability of their applications. The similar feature has been implemented by azure service bus topic pubsub component
Benefits:
Improved observability and manageability of applications
Increased flexibility for applications to track additional information about messages
Reduced complexity of applications by eliminating the need to implement custom message-handling logic
Use cases:
Tracking the order in which messages were received
Tracking the source of messages
Tracking the status of message processing
Implementing custom message filtering
Implementing custom message routing