-
If you run a bunch of queries and then terminate them, various metrics related to those queries are left behind in the mbean registry. This is a memory leak which will eventually crash the jvm.
So…
-
Let's start to explore kafka streams (using the java dsl if possible): https://docs.confluent.io/current/streams/index.html
To start with, let's write a topology that consumes positions and inst r…
-
`TypeError: createSubject is not a function
at new Window (/root/kafkastream/node_modules/kafka-streams/lib/actions/Window.js:13:21)
at KStream.window (/root/kafkastream/node_modules/kafka-s…
-
One of the critical problems that often goes unaddressed in a CQRS/ES microservices architecture is "how do I query the history of events?"
Secondly, people often ask how they can query the history…
-
So here is my problem
I followed the steps on the links http://docs.confluent.io/3.1.2/quickstart.html and http://docs.confluent.io/3.1.2/app-development.html
now to run the sample and do some han…
-
Hello,
Currently the Elastic Agent supports many inputs like file, tcp, udp, httpjson, s3, event hub etc, but some integrations are limited to just one or a couple of those inputs.
One of the ma…
-
Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use Streams, please ask on [StackOverflow](https://stackoverflow.com/questions/tagged/ne…
-
I have detected a problem in the skipper server. When it has been running, deploying and stopping several streams for a while, it stops working and returns an error.
`
Exception in thread "main" o…
-
Hello,
We used `Neo4j Streams` to sync data in Neo4j 4.4 (Community) and it works very good. But recently we are planning to upgrade to Neo4j 5.x (Community). Then we found that according to [this …
-
We need to do some testing to ensure timestamps found in Kafka messages make sense. I believe we're using producer provided timestamps (EPICS IOCs), which we may want to re-think. Broker (Kafka s…