Socket
Socket
Sign inDemoInstall

@halcyon-agile/node-event-sourcing

Package Overview
Dependencies
39
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.31 to 1.0.32

2

dist/ListenerConsumer.js

@@ -24,3 +24,3 @@ "use strict";

topic: eventsTopic,
fromBeginning: true,
fromBeginning: false,
});

@@ -27,0 +27,0 @@ await this.kafkaConsumer.run({

{
"name": "@halcyon-agile/node-event-sourcing",
"version": "1.0.31",
"version": "1.0.32",
"description": "> Opinionated OOP based node.js event sourcing library inspired by laravel-event-sourcing",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -40,2 +40,7 @@ # NODE EVENT SOURCING

### Idempotent Consumer
Both the Listener and Projector is a type of message consumer. Since we will rely on at least once guarantee of Kafka that would mean that the message could accidentally be consumed multiple times.
In the event that the message is consumed multiple times the output should still be the same.
## Getting Started

@@ -42,0 +47,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc