SeisoLLC / zeek-kafka

A Zeek log writer plugin that publishes to Kafka.
Apache License 2.0
45 stars 16 forks source link

[Requirements] zeek-kafka supports compression #60

Closed zixuanfe closed 1 year ago

zixuanfe commented 1 year ago

Summary of the issue

[Requirements] zeek-kafka supports compression

Expected behavior

The expectation is that message bodies can be compressed in transit, which reduces the consumption of network bandwidth resources and Kafka's read and write consumption expect the addition of snappy as a type of compression

Thanks you!