Skip to content

Require GCP PUBSUB component to support publish or consumer message with custom attributes #3003

@iamzhaoxu

Description

@iamzhaoxu

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions