You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by "bossenti (via GitHub)" <gi...@apache.org> on 2023/05/22 19:24:12 UTC

[GitHub] [streampipes] bossenti created a discussion: NATS as messeging broker is not yet fully supported

GitHub user bossenti created a discussion: NATS as messeging broker is not yet fully supported

By accident, I realized that NATS as a messaging broker is not yet fully supported.
For example, it is not added as messaging format (`registerMessagingFormats(...)`)  in the archetypes and several extension modules.
Is this just a left-over or is there a specifiy reason for that?
What needs to be done here? simply add NATS or is there some more implementation effort to be spent?

cc @RobertIndie (this might also be interesting for the pulsar integration)

GitHub link: https://github.com/apache/streampipes/discussions/1584

----
This is an automatically sent email for dev@streampipes.apache.org.
To unsubscribe, please send an email to: dev-unsubscribe@streampipes.apache.org


Re: [D] NATS as messeging broker is not yet fully supported (streampipes)

Posted by "bossenti (via GitHub)" <gi...@apache.org>.
GitHub user bossenti added a comment to the discussion: NATS as messeging broker is not yet fully supported

I merged in https://github.com/apache/streampipes/pull/1628 which should resolve the initial discussion post

GitHub link: https://github.com/apache/streampipes/discussions/1584#discussioncomment-6028414

----
This is an automatically sent email for dev@streampipes.apache.org.
To unsubscribe, please send an email to: dev-unsubscribe@streampipes.apache.org


[GitHub] [streampipes] RobertIndie added a comment to the discussion: NATS as messeging broker is not yet fully supported

Posted by "RobertIndie (via GitHub)" <gi...@apache.org>.
GitHub user RobertIndie added a comment to the discussion: NATS as messeging broker is not yet fully supported

While implementing the Pulsar message protocol. I also find that the NATS is not working. There are some steps that are not completed. I'm afraid the NATS deployment is not working at all.

GitHub link: https://github.com/apache/streampipes/discussions/1584#discussioncomment-5980015

----
This is an automatically sent email for dev@streampipes.apache.org.
To unsubscribe, please send an email to: dev-unsubscribe@streampipes.apache.org


[GitHub] [streampipes] dominikriemer added a comment to the discussion: NATS as messeging broker is not yet fully supported

Posted by "dominikriemer (via GitHub)" <gi...@apache.org>.
GitHub user dominikriemer added a comment to the discussion: NATS as messeging broker is not yet fully supported

Nats is registered in the `AllExtensionsInit` class of extensions-all-jvm and should work for the pipeline elements that are provided from this module (we have a deployment running on Nats).
What's the error you get when using Nats?

GitHub link: https://github.com/apache/streampipes/discussions/1584#discussioncomment-5982935

----
This is an automatically sent email for dev@streampipes.apache.org.
To unsubscribe, please send an email to: dev-unsubscribe@streampipes.apache.org