Jordan Moore

Results 52 issues of Jordan Moore

👋 @llofberg Pick your platform, but I suggest Github Actions and Package Registry https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages https://github.com/actions/starter-workflows/blob/master/ci/maven.yml Stay safe! 😷

Inspired by confluentinc/cp-docker-images#460 Be able to load properties file to a remote server rather than only localhost. ### Get Config Hit `GET /connectors/:connector/config` ```sh confluent config ${connector} --host http://connect.server:8083 ```...

Hi again! Any possibility there would be ever be a Kotlin library or DSL to use?

There are 3 options for that setting Seems you only support two https://github.com/wix/greyhound/blob/master/core/src/main/scala/com/wixpress/dst/greyhound/core/consumer/Consumer.scala#L151

As an admin, I find it easier to find clients interacting with the cluster when there is a client ID associated with them? Anything against requiring that as a parameter?...

Having acks=all is a great default, but can that be adjustable? https://github.com/wix/greyhound/blob/master/core/src/main/scala/com/wixpress/dst/greyhound/core/producer/Producer.scala#L81

Currently this project is plain consumer & producer. Can we get Kafka Streams configuration? Maybe borrow some ideas from https://github.com/streamthoughts/azkarra-streams Link https://github.com/streamthoughts/azkarra-streams/issues/28

enhancement

Dropwizard 1.3.x has had many upgrades. Dropwizard 2.0 is also out now.

Also accept dot-separated field names like Time Partitioner's RecordField does Closes #32

> [_From StackOverflow_](https://stackoverflow.com/q/53329362/2308683) Naturally, one might try to use `RegexRouter` to send multiple topics to a single directory. Say, data coming from JDBC Source connector ```json "topics": "SQLSERVER-TEST-TABLE_TEST", "transforms":"dropPrefix", "transforms.dropPrefix.type":"org.apache.kafka.connect.transforms.RegexRouter",...