Popularity
2.0
Declining
Activity
0.0
Stable
0
3
0
Monthly Downloads: 1
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.0.1
katip-kafka alternatives and similar packages
Based on the "katip" category.
Alternatively, view katip-kafka alternatives based on common mentions on social networks and blogs.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of katip-kafka or a related project?
README
How to use
let
toRecord = simpleRecord "myapp.logs" UnassignedPartition
props = brokersList [ BrokerAddress "kafka" ] <> compression Lz4
kafka <- kafkaScribe toRecord props DebugS V3 >>= either throwIO return
env <- initLogEnv "myapp" (Environment "devel") >>=
registerScribe "kafka" kafka defaultScribeSettings
finally (runMyApp env) $ closeScribes env