Relay mode fixes and cli flag improvements
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