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

Implemented CreateFederationUpstream method #226

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

EmilianoMusso
Copy link
Contributor

@EmilianoMusso EmilianoMusso commented Feb 22, 2023

Reason

Having a convenient method to simplify the creation of a federation-upstream

Remarks

  • AmqpUri class was introduced to have a convenience object to construct an amqp connection string
  • ObjectToStringConverter.cs has been implemented to serialize a complex object using its ToString method: in this context, it serves to correctly compose the uri property for the federation contract
  • ParameterFederationValue serves as value object to federation API request (source: RabbitMQ Federation)
  • The methods has been written as extensions, as we saw in PR CreateShovelAsync method implementation #224 context

Copy link
Member

@Pliner Pliner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

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

Successfully merging this pull request may close these issues.

2 participants