Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@hfjn hfjn released this 22 Jun 15:10
· 61 commits to master since this release
1ed9f72
  • Bugfix for issue #149
  • Bugfix #136: Fix wrong schema version for null payload
  • Enhancement #141: Split folder for key and value schema when consuming messages
  • Fix for issue #46: apply command doesn't consider cluster defaults when settings are changed
  • Fix for issue #132: getting information about internal topics is not possible
  • Fix for issue #143: Consume sometimes finishes successfully without writing any messages
  • Enhancement #129: use offsets_for_times to set consumer group offsets
    to specific point in time
  • Fix for issue #125: esque was often throwing MessageEmptyException's when operating on topics with empty partitions.
  • Moved the CI workflow to GitHub Actions
  • Command edit consumergroup renamed to set offsets
  • Split the transfer command into consume and produce
  • Improved the command docs and context help
  • Improved error handling
  • and many, many more