-
```
stroom-stats | ERROR [15:07:32.694] [StreamThread-2] s.s.s.StatisticsFlatMappingProcessor - Uncaught exception in stream processor with appId FlatMapProcessor-Count type COUNT and mapper …
-
### Enhanced
- `binding-grpc` assumes `http` network mapping to `grpc` application streams
- [ ] integrate guard for authorization via `authorization` request metadata (delegate to `http` inst…
-
Can you please add an example how to use branching in a reactive way?
```java
Predicate testPredicate = (k, v) -> ???
@Bean
@SuppressWarnings("unchecked")
public Function map() {
return …
-
# Description
I'm replacing Nashorn with graaljs in a Kafka Stream framework as a hookpoint engine. It's working fine for some of our extension points, but we have an extension point to configure som…
-
From SO community question https://stackoverflow.com/questions/61568826/kafka-streams-hopping-window-top-n-by-dimension
-
Hello Guys,
The following is my neo4j.conf
```
streams.source.enabled=true
streams.sink.enabled=false
kafka.zookeeper.connect=localhost:2181
kafka.bootstrap.servers=localhost:9092
kafka.a…
-
Hi,
I have a stream and the current code is repeating the processing of data in streams when restarted. I wanted to make sure that there is some checkpoint written which ensures that processing st…
-
I'm trying to use Kafka-Streams to parse the data I've loaded into Kafka using Postgres and I'm getting
```
Exception in thread "StreamThread-1" org.apache.kafka.streams.errors.StreamsException: E…
-
Hi Guys,
i am trying to send the data from neo4j to kafka using neo4j Streams.
streams.source.enabled=true
streams.sink.enabled=false
kafka.zookeeper.connect=localhost:2181
kafka.bootstrap.s…
-
Using opentracing-contrib/java-kafka-client 0.15.0 with Kafka client >= 3.0.0 leads doesn't work:
```
2022-03-11T13:45:32.603Z [03608a62-cf2b-4e0d-ba76-85bec1224a9b-app-bfd8b27c-46e3-422f-a692-a6e…