Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request support for EventRelayConfig metadata #725

Closed
szymon-halik opened this issue Nov 17, 2023 · 5 comments · Fixed by #726
Closed

Request support for EventRelayConfig metadata #725

szymon-halik opened this issue Nov 17, 2023 · 5 comments · Fixed by #726
Assignees
Labels
enhancement New feature or request

Comments

@szymon-halik
Copy link

Is your proposal related to a problem?

Metadata is not being picked up in the delta generation


Describe a solution you propose


Please add EventRelayConfig metadata description for API version 56.0 and later

@szymon-halik szymon-halik added the enhancement New feature or request label Nov 17, 2023
@szymon-halik
Copy link
Author

Just to help a bit the folder name is eventRelays, so that you don't need to go via the config process
Screenshot 2023-11-17 at 16 35 38

@scolladon scolladon changed the title Add support for EventRelayConfig metadata Request support for EventRelayConfig metadata Nov 17, 2023
@scolladon
Copy link
Owner

Hi @szymon-halik !

Thanks for raising this feature request and thanks for contributing in making this project better!

I'll add it to the metadata the plugin support very soon
Stay tuned

@scolladon
Copy link
Owner

I cannot find any documentation related to EventRelayConfig metadata.
I find something with the tooling API but I do not find anything with the metadata API and it does not seems to be displayed in the Metadata coverage app

@szymon-halik how can I create this metadata and how can I retrieve it (what package.xml retrieve this kind of metadata) please ?

Copy link

Shipped in release v5.30.0.
You can install the new version using the version number or the latest-rc channel

$ sfdx plugins:install sfdx-git-delta@latest-rc
$ sfdx plugins:install [email protected]

Happy incremental deployment!

@szymon-halik
Copy link
Author

I just saw it was released @scolladon. Thanks for the very quick fix for that! I will leave the short explanation for the successors the shed some light into this metadata type:

  1. It's used to control the configuration with Amazon Event Bridge using events - docs

  2. to be able to successfully deploy it you need to configure three other types of metadata:

    • NamedCredential - linking to your AWS account
    • PlatformEventChannel- channel placeholder for events either data or event
    • PlatformEventChannelMember- member with a subscription to Platform Event or ChangeDataCapture
  3. The last two ones must be created using Tooling API

  4. The Run status can be changed manually depending on the needs so the metadata in repo will not always reflect what is in the org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants