David Kjerrumgaard

Results 14 issues of 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.

enhancement

**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:...

type/bug

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...

triage/week-15

### 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...

area/function
doc-required
ready-to-test
release/4.0.1

**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...

type/feature

**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...

type/feature

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`...

bug
P2