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

Fixes #1732: implement new Admin Connector type #1740

Merged
merged 3 commits into from
Feb 11, 2025

Conversation

kgiusti
Copy link
Contributor

@kgiusti kgiusti commented Feb 5, 2025

No description provided.

src/adaptors/amqp/qd_connector.c Fixed Show fixed Hide fixed
src/adaptors/amqp/qd_connector.c Fixed Show fixed Hide fixed
o) rename qd_admin_connector_t --> qd_connector_config_t
o) change "admin_conn" to "ctor_config"
o) Use "ctor" as shorthand for "connector" in API and local vars
@kgiusti kgiusti marked this pull request as ready for review February 7, 2025 14:01
  o) use safe alterative to strdup
  o) qd_connector_create name change requested by gmurthy
@kgiusti kgiusti merged commit 056111b into skupperproject:main Feb 11, 2025
37 of 41 checks passed
@kgiusti kgiusti deleted the ISSUE-1732 branch February 11, 2025 16:22
@kgiusti kgiusti linked an issue Feb 11, 2025 that may be closed by this pull request
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.

Refactor existing qd_connector_t to support 1->N config to conn model
2 participants