Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

x-eventgateway-dial-mapping properties: comma string vs object properties #56

@boyney123

Description

@boyney123

Hey,

I noticed in the examples I have seen the x-eventgateway-dial-mapping value is a comma seperated string with values example: 0.0.0.0:20473,event-gateway-demo.asyncapi.org:20473.

Coming at this new, I'm not really sure what these values mean, I know they are consumed by the gateway, but maybe it's best if we could be explicit to what they mean?

Proposal:

...
x-eventgateway-dial-mapping:
	proxyPort: 0.0.0.0:20473
	target: event-gateway-demo.asyncapi.org:20473
...

Ignore the property names, but hopefully, you get the idea, maybe we could describe them?

Thoughts @smoya ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions