We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't send message to kafka from file. This bug is repoduced in v5.5.0 in v5.4.0 all working fine
$ kafkactl version cmd.info{version:"v5.5.0", buildTime:"2025-02-11T14:45:58Z", gitCommit:"c6cfbc2", goVersion:"go1.23.6", compiler:"gc", platform:"linux/amd64"} $ ./kafkactl version cmd.info{version:"v5.4.0", buildTime:"2024-11-28T11:03:19Z", gitCommit:"1c867ab", goVersion:"go1.23.3", compiler:"gc", platform:"linux/amd64"} $ ./kafkactl produce create_user_profile_wallet -f=event.json -k a30f242c-47f5-4861-8e7d-0c6dad70c1d9 -H tenant_id:demo1 -L '||' 1 messages produced $ kafkactl produce create_user_profile_wallet -f=event.json -k a30f242c-47f5-4861-8e7d-0c6dad70c1d9 -H tenant_id:demo1 -L '||' unable to read input file event.json: open event.json: no such file or directory
The text was updated successfully, but these errors were encountered:
@d-rk look like related to 687df0d
Maybe it's better not to change working dir, but generate abolute path to TLS Protobuf import. from config path?
Sorry, something went wrong.
No branches or pull requests
can't send message to kafka from file.
This bug is repoduced in v5.5.0 in v5.4.0 all working fine
The text was updated successfully, but these errors were encountered: