dapr / dapr/components-contrib

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

Open
#3,003 6 comments 0 reactions 1 assignee Claimed by @yaron2 View on GitHub
good first issue kind/enhancement
Dominant language
Go
Stars
602
Forks
580
Avg merge
4d 9h
Merged PRs (30d)
6

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.