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
Is your feature request related to a problem? Please describe. I have a problem with writing to kafka:
Describe the solution you'd like
Example:
partition: 0 # go-dnscollector write to partition 0
partition: null # go-dnscollector write to all partition
compression
For solution any problem with kafka parameters - field kafka_parameters like vector. It's not required condition for this issue :)
kafka_parameters
The text was updated successfully, but these errors were encountered:
compression support will be available for next release
Sorry, something went wrong.
The release v0.39.0 is now available with compression support for kafka logger.
Nice! Tell me, when will the task with the partitioner be taken on?
Writes in round-robin partitioner is planned for the first next stable release.
@dmachard hi! We were tested round robin with other team. You see report in another issue #800
No branches or pull requests
Is your feature request related to a problem? Please describe.
I have a problem with writing to kafka:
Describe the solution you'd like
Example:
compression
field like vector or logstashFor solution any problem with kafka parameters - field
kafka_parameters
like vector. It's not required condition for this issue :)The text was updated successfully, but these errors were encountered: