David Kjerrumgaard
David Kjerrumgaard
It would be useful to show the structure of the JSON output from these tests, so people would know how to interpret them.
**Describe the bug** When attempting to use the KTable feature from the latest version (3.1.0) of the `kafka-streams` library, no results are produced. **To Reproduce** Steps to reproduce the behavior:...
When I select a topic in the UI and click on delete and confirm, the UI just hangs and the pop-up window remains visible. ![Screen Shot 2020-01-30 at 4 49...
[improve][pulsar-io] Added support for generic record and raw JSON string schemas to CassandraSink
### Motivation The current implementation of the Cassandra Sink connector only supported a single schema type (key, string). This is not useful for production. So I modified the code to...
**Is your feature request related to a problem? Please describe.** Customers who are using the Quarkus development framework to develop Kafka applications use a [Kafka Test Container](https://www.testcontainers.org/modules/kafka/) from the Test...
**Is your feature request related to a problem? Please describe.** Many customers use the [lens](https://lenses.io/) tool to monitor their Kafka cluster, view individual messages, etc., and would like to continue...
I have developed a framework that periodically produces several HLL entries using the [java-hll](https://github.com/aggregateknowledge/java-hll) library, and am looking for a way to insert them directly into a Postgres table so...
I am trying to install this extension by following the instructions and am getting an error. `git clone https://github.com/citusdata/postgresql-hll.git` `tar cvfz postgresql11-hll-2.12.tar.gz postgresql-hll --transform="s/postgresql-hll/postgresql11-hll/g"` `rpmbuild -tb postgresql11-hll-2.12.tar.gz` error: Failed to...
Getting the following error when running the KinesisSink on AWS │ 15:29:43.835 [//mykn-rgs-kinesis-sink-2-eadb4227-0] ERROR org.apache.pulsar.functions.instance.JavaInstanceRunnable - [//mykn-rgs-kinesis-sink-2-eadb4227:0] Uncaught exception in Java Instance │ │ java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter │ │ at com.amazonaws.services.kinesis.producer.HashedFileCopier.copyFileFrom(HashedFileCopier.java:56)...
This is for the **langchain4j-embeddings** library **Describe the bug** I am trying to utilize langchain4j inside an Apache Pulsar Function, which starts a Java class from its own class; `org.apache.pulsar.functions.instance.JavaInstanceRunnable`...