Skip to content

Instantly share code, notes, and snippets.

@KeesCBakker
Created November 9, 2019 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KeesCBakker/6731a654b7e6185f6590ed4fcdaf7f8a to your computer and use it in GitHub Desktop.
Save KeesCBakker/6731a654b7e6185f6590ed4fcdaf7f8a to your computer and use it in GitHub Desktop.
debug = str_to_bool(getArgument("debug"))
topic = validate_required_argument_and_return_value("topic")
streaming = str_to_bool(getArgument("streaming"))
update_kafka_schema = str_to_bool(getArgument("update_kafka_schema"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment