New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kafka-observe

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kafka-observe - npm Package Compare versions

Comparing version 2.0.2-beta-1 to 2.0.2-beta-2

8

index.js

@@ -43,2 +43,4 @@ const { Consumer, ConsumerGroup, Producer } = require("./IO");

logAllEvents,
ssl,
sasl,
} = options;

@@ -54,2 +56,4 @@

logAllEvents,
ssl,
sasl,
});

@@ -66,2 +70,4 @@ }

logAllEvents,
ssl,
sasl,
});

@@ -75,2 +81,4 @@ }

liveness,
ssl,
sasl,
});

@@ -77,0 +85,0 @@ }

2

package.json
{
"name": "kafka-observe",
"version": "2.0.2-beta-1",
"version": "2.0.2-beta-2",
"description": "",

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

# kafka-observe
This library is a wrapper around kafka-node. kafka-observe allows for kafka topics to be transformed in rxjs Subjects. This way you can listen to events on kafka by subscribing to the topics instead of setting up the handling of streams yourself.
This library is a wrapper around kafkajs. kafka-observe allows for kafka topics to be transformed in rxjs Subjects. This way you can listen to events on kafka by subscribing to the topics instead of setting up the handling of streams yourself.

@@ -5,0 +5,0 @@ This library is very opinionated and supports our way of working at Bothive. However it works great for us and is very versatile so it might be the way you prefer working as wel!

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc