yoniwg

Results 4 comments of yoniwg

If you think it is useful - Let me know and I may implement this transform

+1. For sink connector this is even more serious, since the `DROP` operation deletes the consumer group and offsets are reset.

Same here. Problem is underlying [here](https://github.com/confluentinc/ksql/blob/82266114a0cbedfe0222ebcaec825f5ffda99e42/ksqldb-cli/src/main/java/io/confluent/ksql/cli/Cli.java#L204) where the code from REST client is not propagate to the CLI

BTW a really nasty workaround is to look for ANSI red mark in the output, something like: ```bash output=$(/bin/ksql --file ...) [[ $output == *$'\u001B[31m'* ]] && echo "ERROR: Failed...