dapr icon indicating copy to clipboard operation
dapr copied to clipboard

feat(outbox): Opportunity to override topic using the parameter topic in the metadata

Open luigirende opened this issue 1 year ago • 0 comments

Description

Opportunity to override the topic in the transactional outbox pattern configured in the state store component In the metadata state request add the management of the "topic" property with the topic to override that has been defined in the parameter outboxPublishTopic of the state component.

PR cloned by https://github.com/dapr/dapr/pull/8044 because switched to release-1.14 branch

Issue reference

implementation proposal request https://github.com/dapr/dapr/issues/8043

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • [ ] Code compiles correctly
  • [ ] Created/updated tests
  • [ ] Unit tests passing
  • [ ] End-to-end tests passing
  • [ ] Extended the documentation / Created issue in the https://github.com/dapr/docs/ repo: dapr/docs#[issue number]
  • [ ] Specification has been updated / Created issue in the https://github.com/dapr/docs/ repo: dapr/docs#[issue number]
  • [ ] Provided sample for the feature / Created issue in the https://github.com/dapr/docs/ repo: dapr/docs#[issue number]

luigirende avatar Oct 04 '24 18:10 luigirende