Skip to content
New issue

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

unable produce message from file #237

Open
olegKoshmeliuk opened this issue Feb 13, 2025 · 1 comment
Open

unable produce message from file #237

olegKoshmeliuk opened this issue Feb 13, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@olegKoshmeliuk
Copy link
Contributor

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

@olegKoshmeliuk olegKoshmeliuk changed the title unable produce message from unable produce message from file Feb 13, 2025
@olegKoshmeliuk
Copy link
Contributor Author

olegKoshmeliuk commented Feb 13, 2025

@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?

@d-rk d-rk added the bug Something isn't working label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants