kafka-observe
Advanced tools
Comparing version 2.0.2-beta-1 to 2.0.2-beta-2
@@ -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 @@ } |
{ | ||
"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! |
18688
411