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

Create file dump after receive first message #3

Open
smoreauBX opened this issue Jan 9, 2023 · 0 comments
Open

Create file dump after receive first message #3

smoreauBX opened this issue Jan 9, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@smoreauBX
Copy link

Hi,
Is it possible change when the dump file is create or create tempory file before copy to dump file?
Exemple :

INFO[2023-01-09T10:34:23Z] Limit: 0 - Concurrent consumers: 1
INFO[2023-01-09T10:34:23Z] Subscribed topics: [feature-1]
INFO[2023-01-09T10:34:24Z] Exported message: feature-1[0]@11292 (Total: 1)

INFO[2023-01-09T10:34:23Z] [Worker-0] Exporting to: TEST/kafka-dump-feature2.dump

INFO[2023-01-09T10:34:24Z] Exported message: feature-1[0]@11293 (Total: 2)
INFO[2023-01-09T10:34:24Z] Exported message: eature-1[0]@11294 (Total: 3)

Because,
When there is no new message, the dump file is creating but there is nothing inside.
And if I use "--limit", the dump file is create with nothing inside.

@huantt huantt added the bug Something isn't working label May 12, 2023
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