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

send connection_information to amqp-client #613

Merged
merged 6 commits into from
Apr 9, 2024

Conversation

kickster97
Copy link
Member

@kickster97 kickster97 commented Dec 13, 2023

WHAT is this pull request doing?

Cannot be merged until #39 is released.

With this PR we send in connection information
product: "LavinMQ", platform: "Crystal", product_version: LavinMQ::VERSION, platform_version: Crystal::VERSION

to amqp-client, in order for us to be able to have more accurate connection information displayed for federation connections.

Also: does a little refactor on start_link, to dry out some of the code repeated in both QueueLink and ExchangeLink

HOW can this pull request be tested?

pull down the amqp-client PR and create an override shards file, then start a federation to another broker and look at the connection information in the UI.

@kickster97 kickster97 force-pushed the send_client_args_to_amqp_client branch from a7174d4 to a6878da Compare January 22, 2024 13:51
@kickster97 kickster97 force-pushed the send_client_args_to_amqp_client branch from 7c6c855 to da52452 Compare April 4, 2024 07:29
shard.lock Outdated Show resolved Hide resolved
@kickster97 kickster97 force-pushed the send_client_args_to_amqp_client branch 2 times, most recently from 1dd3c6c to 41ec0b4 Compare April 4, 2024 09:29
@kickster97 kickster97 force-pushed the send_client_args_to_amqp_client branch from 41ec0b4 to 956d684 Compare April 4, 2024 09:31
@kickster97 kickster97 force-pushed the send_client_args_to_amqp_client branch from e31f285 to 89dd877 Compare April 5, 2024 12:12
Copy link
Member

@viktorerlingsson viktorerlingsson left a comment

Choose a reason for hiding this comment

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

One small suggestion, otherwise looks good to me!

Gonna be fun merging with this... 😅

@kickster97 kickster97 merged commit 4b6b4f8 into main Apr 9, 2024
26 of 27 checks passed
@kickster97 kickster97 deleted the send_client_args_to_amqp_client branch April 9, 2024 11:19
viktorerlingsson added a commit that referenced this pull request Sep 20, 2024
* send client_information to amqp-client

* refactor start_link

---------

Co-authored-by: Viktor Erlingsson <[email protected]>
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.

3 participants