Jordan Moore

Results 601 comments of Jordan Moore

Depends on your goal. If you want to rename multiple topics, look at https://github.com/opencore/mirrormaker_topic_rename

If your source topic name is `test`, then your whitelist is only watching topics starting with `test_`, so the `test` topic itself is ignored... This project is adding a prefix....

If you look at the example given there, you'd see their source topic does contain an underscore - `test_source` `--message.handler com.opencore.RenameTopicHandler --message.handler.args 'test_source,test_target'` Meanwhile, this project does not have an...

@ashuit87 No it isn't. Use `mvn compile` to generate it

It should continue to work the same. This client doesn't depend on Zookeeper

You can dump a consumer into your own list object, but you may want to check the topic's high watermark before you start, rather than rely on the consumer to...

Confluent isn't a database, and wouldn't fix your problem. Kafka isn't really best used for image/file transfer, but for a quick fix to your issue, you need to ensure you're...

Seems more like an individual processing framework/library, rather than an integration. Also not sure links should be duplicated over sections

Please upgrade Dropwizard to at least 1.3.17 or to 2.0 https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/Java/dropwizard/pom.xml#L17

Please upgrade Quarkus to a 1.x.y release https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/Java/quarkus/pom.xml#L10