Cormac Redmond
Cormac Redmond
Hi -- could we get a build for 23, please?
For a Confluent Cloud ksqlDB instance to manage Confluent Cloud Connectors, it needs more credentials. E.g., X-Confluent-API-Key / X-Confluent-API-Secret (the API key for the Connector cluster, NOT the ksqlDB cluster)...
If a stream/table has a TIMESTAMP column, and the REST API'S /query will return with JSON reporting it as a timestamp. This is a string value, and is of the...
**Describe the bug** describe connector "connect-name"; not returning topics or sources even though there are topics and sources. This is using an external Kafka Connect (whose APIs do return topic...
This Ksqldb Java client API, which wraps Vertx, is totally inflexible. It's incredibly short-sighted. Why? You cannot set proxy configuration, connect or read timeouts, or key types besides JKS, or...
There's a bug in the client API whereby if you have have a stream or table, and do a simple SELECT via a executeQuery but without a LIMIT clause (or...
**Describe the bug** ksqldb-api-client pulls in too many dependencies, despite this comment in the POM: > A note on dependencies. The Java client module has a different approach to dependencies...
Setting setWrapText(true) reliably kills the JVM if text is a long single-line input. Just run the below and scroll around, and it will crash. If not, bump the rows up...
Proguard 7.6.1 Adding -addconfigurationdebugging, throws this NPE: java.lang.NullPointerException: Cannot invoke "String.replace(char, char)" because "internalClassName" is null at proguard.classfile.util.ClassUtil.externalClassName(ClassUtil.java:282) ~[proguard.jar:7.6.1] at proguard.io.ClassMapDataEntryReplacer.writeClassMap(ClassMapDataEntryReplacer.java:109) ~[proguard.jar:7.6.1] at proguard.io.ClassMapDataEntryReplacer.read(ClassMapDataEntryReplacer.java:75) ~[proguard.jar:7.6.1] at proguard.io.FilteredDataEntryReader.read(FilteredDataEntryReader.java:71) ~[proguard.jar:7.6.1] at proguard.io.FilteredDataEntryReader.read(FilteredDataEntryReader.java:71)...
If I have a simple modular Java project with a module-info.java file: ``` import com.certak.Main; open module com.certak { uses Main; } ``` When compiled, additional info describing the module...