Skip to content

deprecate non_ssl port in fts-messaging in favor of just port#787

Open
panta-123 wants to merge 1 commit intorucio:mainfrom
panta-123:deprecate-warnng-for-nonssl_port-#780
Open

deprecate non_ssl port in fts-messaging in favor of just port#787
panta-123 wants to merge 1 commit intorucio:mainfrom
panta-123:deprecate-warnng-for-nonssl_port-#780

Conversation

@panta-123
Copy link
Copy Markdown
Contributor

@panta-123 panta-123 commented Apr 22, 2026

Added release before and from to add warning and changes.
not sure thats the right way, leaving it to the reviewer to comment

docs of rucio/rucio#8488

@panta-123 panta-123 requested a review from voetberg April 22, 2026 14:32
- **use_ssl**: _(Optional)_ Boolean. Default: `True`.
- **port** Port of the broker if `use_ssl` is set.
- **port** Port of the broker.
Before release-41.0.0, used only for the SSL connection `use_ssl=True`.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hm, this wording is sort of confusing. Can I recommend just pointing to the nonssl_port instead? So:

Suggested change
Before release-41.0.0, used only for the SSL connection `use_ssl=True`.
Port of the broker. For >=41.0.0, used for all connections. See `nonssl_port`.

`ssl_cert_file` if `use_ssl` is set. No default.
- **nonssl_port**: _(Optional)_ Port of the broker if `use_ssl` is not set.
- **nonssl_port**: _(Optional)_ (Deprecated from release 41)
Previously used when `use_ssl` was disabled. This option is no longer required and is ignored in favor of port.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
Previously used when `use_ssl` was disabled. This option is no longer required and is ignored in favor of port.
For <41.0.0, used to specify ports when `use_ssl`=False. See `port`.

@panta-123 panta-123 force-pushed the deprecate-warnng-for-nonssl_port-#780 branch from d008224 to f6fb1be Compare May 2, 2026 02:13
@panta-123 panta-123 force-pushed the deprecate-warnng-for-nonssl_port-#780 branch from f6fb1be to 16e0d30 Compare May 2, 2026 02:16
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