Skip to content

Relay mode fixes and cli flag improvements

Compare
Choose a tag to compare
@blinktag blinktag released this 19 Mar 19:43
· 1030 commits to master since this release
2f1302b

Breaking changes:

  • remove --output-type for reading; remove --input-type for writing. Both are unnecessary and the intent can be gathered from other flags.

Features:

  • Kafka: Ability to specify an offset to begin reading from
  • GCP: Environment variable PUBSUB_EMULATOR_HOST can now be specified to connect to a pubsub emulator instead of GCP
  • Retries for GRPC calls in relay mode

Bug fixes:

  • --queue-declare now actually declares the queue for rabbit
  • Increasing max record size for relay payloads