Skip to content

fix the partition and offset on the subscribe and subscribeAvro

Michael Evenchick requested to merge minor/ADAPT-355 into master

This fixes the issue where offset -> partition and partition -> offset. Since the method signature changes in pronghorn.json, this is a breaking change for anyone calling subscribe or subscribeAvro.

Merge request reports