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

Remove dependencies to specific protocols from the StreamPipes core service #1771

Closed
dominikriemer opened this issue Jul 15, 2023 · 0 comments · Fixed by #1772
Closed

Remove dependencies to specific protocols from the StreamPipes core service #1771

dominikriemer opened this issue Jul 15, 2023 · 0 comments · Fixed by #1772
Assignees
Milestone

Comments

@dominikriemer
Copy link
Member

Body

Several dependencies of streampipes-service-core rely directly on the various supported protocols such as Nats, MQTT, Kafka, Pulsar. Similar to extensions services, we should remove direct dependencies to streampipes-messaging-* protocols and instead register supported protocols in the streampipes-service-core startup configuration.
This will allow us to build core services that support only a single supported protocol, leading to smaller JAR sizes and removal of unnecessary dependencies.

StreamPipes Committer

I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.

@dominikriemer dominikriemer self-assigned this Jul 15, 2023
@dominikriemer dominikriemer added this to the 0.93.0 milestone Jul 15, 2023
@dominikriemer dominikriemer linked a pull request Jul 15, 2023 that will close this issue
dominikriemer added a commit that referenced this issue Jul 18, 2023
* Register protocols during startup of core (#1771)

* Improve preview of complex nested structures (#1485)
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 a pull request may close this issue.

1 participant