plog Fire and forget unboxed or fragmented messages over UDP or TCP, have them forwarded to Kafka 0.8 or the standard output. That should cover syslog. Disclaimer As-is: This project is not actively maintained or supported. While updates may still b
AtomicFU The idiomatic way to use atomic operations in Kotlin. Code it like AtomicReference/Int/Long, but run it in production efficiently as AtomicXxxFieldUpdater on Kotlin/JVM and as plain unboxed values on Kotlin/JS. Use Kotlin-specific extension