Closed dailytabs closed 3 years ago
The --define
flag only works when both the ksql-migrations
tool and the ksqlDB server are version 0.18 and newer. This is a gap in our documentation, thanks for catching this!
Oh, ok!
The confluentinc/cp-ksqldb-server:6.2.0 container's ksql --help
showed the define
option - I assumed that would be enough.
Thanks again for your help.
Setup Details broker: confluentinc/cp-enterprise-kafka:6.2.0 ksqldb: confluentinc/cp-ksqldb-server:6.2.0 migrations: confluentinc/ksqldb-cli:0.18.0
Migration File
Apply Command
Output
Question Appears as though the substitution is not happening: I expected the console dump to include the substituted text, as well as the error message. Works fine without the var (
WITH (KAFKA_TOPIC='my-topic')
).Am I doing something wrong?