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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reusable resource management #11834

Merged
merged 4 commits into from
Oct 30, 2023

Conversation

id
Copy link
Collaborator

@id id commented Oct 30, 2023

An effort to split bridges into a connector part and a bridge part.

Several bridges should be able to share a connector pool defined by a single connector. The connectors should be possible to enable and disable similar to how one can disable and enable bridges. There should also be an API for checking the status of a connector and for add/edit/delete connectors similar to the current bridge API.

Fixes:
https://emqx.atlassian.net/browse/EMQX-10953

This is a squashed version of the original PR.

Summary

馃 Generated by Copilot at 4a89737

This pull request adds support for the kafka bridge type and the emqx_connector plugin in the emqx_bridge plugin. It also improves the test framework, the configuration handling, and the docker images. It updates the version numbers for the bridge plugin and the enterprise edition.

PR Checklist

Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until all the items are checked:

  • Added tests for the changes
  • Added property-based tests for code which performs user input validation
  • Changed lines covered in coverage report
  • Change log has been added to changes/(ce|ee)/(feat|perf|fix)-<PR-id>.en.md files
  • For internal contributor: there is a jira ticket to track this change
  • Created PR to emqx-docs if documentation update is required, or link to a follow-up jira ticket
  • Schema changes are backward compatible

Checklist for CI (.github/workflows) changes

  • If changed package build workflow, pass this action (manual trigger)
  • Change log has been added to changes/ dir for user-facing artifacts update

id and others added 4 commits October 30, 2023 10:32
- use latest ubuntu22.04 emqx-builder image in compose files
- use xl runners for compiling and for emqx app tests
- make helm tests less flaky
Co-authored-by: Stefan Strigler <stefan.strigler@emqx.io>
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>

Several bridges should be able to share a connector pool defined by a
single connector. The connectors should be possible to enable and
disable similar to how one can disable and enable bridges. There should
also be an API for checking the status of a connector and for
add/edit/delete connectors similar to the current bridge API.

Issues:
https://emqx.atlassian.net/browse/EMQX-10805
@id id marked this pull request as ready for review October 30, 2023 09:59
@id id merged commit 5c15b24 into emqx:release-53 Oct 30, 2023
156 checks passed
@id id deleted the 1030-reusable-resource-management-squashed branch October 30, 2023 11:03
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.

None yet

4 participants