Skip to content

Patch/adapt 401

Michael Evenchick requested to merge patch/ADAPT-401 into master
  1. Add the ability to have multiple partitions per topic. This includes adding an array of topics in the .topics.json - this should be the preferred method going forward.
  2. Change the way the offset is set so that it is the highest of the messages received.
  3. Add in an offset out of range handler
  4. Add in the ability to throttle messages when going to Avro registry.
  5. Add in try/catch so that we should not have an uncaught exception on AVRO registry errors.

Merge request reports