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

refactor: Add individual connector modules for adapters and sinks #2069

Merged
merged 7 commits into from
Oct 23, 2023

Conversation

dominikriemer
Copy link
Member

@dominikriemer dominikriemer commented Oct 21, 2023

Purpose

For better organization and to facilitate code reuse among adapters and sinks, I moved some adapters and sinks to their own module:

  • Kafka adapter and sink to streampipes-connectors-kafka
  • Pulsar adapter and sink to streampipes-connectors-pulsar
  • TubeMQ adapter and sink to streampipes-connectors-tubemq
  • RocketMQ adapter and sink to streampipes-connectors-rocketmq.
  • MQTT adapter and sink to streampipes-connectors-mqtt
  • Nats adapter and sink to streampipes-connectors-nats.

I kept the appId of each element for backwards compatibility.

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

@github-actions github-actions bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code pipeline elements Relates to pipeline elements connect Related to the `connect` module (adapters) backend Everything that is related to the StreamPipes backend documentation Everything related to documentation testing Relates to any kind of test (unit test, integration, or E2E test). labels Oct 21, 2023
@bossenti bossenti added this to the 0.93.0 milestone Oct 23, 2023
@dominikriemer dominikriemer merged commit 9fccc5f into dev Oct 23, 2023
@dominikriemer dominikriemer deleted the refactor-extension-modules branch October 23, 2023 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything that is related to the StreamPipes backend connect Related to the `connect` module (adapters) dependencies Pull requests that update a dependency file documentation Everything related to documentation java Pull requests that update Java code pipeline elements Relates to pipeline elements testing Relates to any kind of test (unit test, integration, or E2E test).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants