Popularity
2.2
Growing
Activity
0.0
Stable
0
3
0
Monthly Downloads: 3
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.
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
Promo
sevalla.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