You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of having different options for the different producers, e.g.:
jr run [template] --output mongo --mongoConfig [configfile]
jr run [template] --output kafka --kafkaConfig [configfile]
jr run [template] --output elastic --elasticConfig [configfile]
jr run [template] --output s3 --s3Config [configfile]
...
simplify the configuration file option in:
jr run [template] --output [producer] --config [producer config file]
The text was updated successfully, but these errors were encountered:
Instead of having different options for the different producers, e.g.:
simplify the configuration file option in:
The text was updated successfully, but these errors were encountered: