Moleculer: NATS Streaming transporter

Created on 22 Sep 2017  Â·  7Comments  Â·  Source: moleculerjs/moleculer

Most helpful comment

All 7 comments

Dropped

Why dropped?

When I tried to implement it, I couldn't figure out how to set which topic will be stored, so the server stores all messages including internal messages (DISCOVER, HEARTBEAT...etc) But for event sourcing, we need to store the EVENT messages only.

Otherwise, the branch exists, so somebody can continue it.

Might need to use both regular NATS and NATS Streaming separately for
different use-cases. Would this be a good design to support both via
option in Broker?

On Thu, Jan 18, 2018 at 4:05 AM, Icebob notifications@github.com wrote:

When I tried to implement it, I couldn't figure out how to set which topic
will be stored, so the server stores all messages including internal
messages (DISCOVER, HEARTBEAT...etc) But for event sourcing, we need to
store the EVENT messages only.

Otherwise, the branch exists, so somebody can continue it.

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/ice-services/moleculer/issues/104#issuecomment-358582135,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AC0_IfFRUbG3YeI38iQraU9Fq_SIDP1Zks5tLwk-gaJpZM4PhMlQ
.

It's possible to have an eventSourcing option alongside with transporter. In that case, eventSourcing only accepts NATS Streaming or Kafka (and maybe optionally rejects those on transporter). I will take a look at that branch once I'm less busy...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ngraef picture ngraef  Â·  4Comments

demetriusnunes picture demetriusnunes  Â·  5Comments

SushKenyNeosoft picture SushKenyNeosoft  Â·  3Comments

maitrucquynhq111 picture maitrucquynhq111  Â·  3Comments

DarkBlaez picture DarkBlaez  Â·  4Comments