Jordan Moore

Results 52 issues of Jordan Moore

Sometimes Java classes can be complex. For example, you want a Date/Instant object, but then Avro doesn't have a date type, so it should actually be encoded as a long....

AVSC is nice, but JSON is verbose and can be consolidated using Avro IDL (AVDL) syntax.

I see there are examples for JDBC and Elastic, so perhaps the storage based connectors can be included as well? HDFS: A Hadoop installation shouldn't be required since HDFS URI...

Related to confluentinc/cp-docker-images#460 Should add some directory in `kafka-connect-base` that loads `.json` or `.properties` files on start. [See MySQL container for inspiration](https://github.com/mysql/mysql-docker/blob/mysql-server/5.7/docker-entrypoint.sh#L150-L156)

Able to be added? Otherwise, seems we'll need to use https://github.com/AliyunContainerService/kube-eventer

# Desired Behavior Provide a way to define CloudEvents-compatible Streams Refer - https://github.com/cloudevents/spec/blob/master/kafka-protocol-binding.md # Benefits * Provide a base template for all streams that ought not be specific to any...

enhancement

Prereq for #1, and progress towards https://12factor.net/config See https://www.dropwizard.io/1.3.5/docs/manual/core.html#environment-variables

enhancement
good first issue

# Desired Behavior Dependency vulnerabilities should be known at build-time. https://www.owasp.org/index.php/OWASP_Dependency_Check Maven coördinates ```xml org.owasp dependency-check-maven 4.0.1 maven-plugin ``` # Benefits * Safer run-time environments * Trusted builds & releases

enhancement

In Compose, I did this ```yml volumes: - ./kafka-connect-env.js:/kafka-connect-ui/env.js ``` But the file was unexpectedly overwritten. Putting the file in read-only mode lets the container start, but it seems it's...

### Is your enhancement related to a problem? Please describe I noticed that `required` fields get a `@NotNull` annotation applied, but there are other supported validation patterns that can be...

component/java-generator