Sven Erik Knop
Sven Erik Knop
Ready for first review Need to declare partial victory, although the job is only half done. Missing: 1. Internal and outside listener. When enabling more than one listener, something interally...
Work in progress
Hi, I had problems compiling your C++ wrapper because it could not find librdkafka. I found this new cmake extension that allowed me to find and compile the library: https://gist.github.com/matthew-d-jones/550ee6fa2f89610f88991513fa5d6cfc...
Great app for Spotify, but would Tidal support also be possible?
Hi, I have tried the following code which seems to work perfectly: val path : String = CLI.getClass.getProtectionDomain.getCodeSource.getLocation.getPath println("Path found " + path) val finder = ClassFinder(List(path).map(new File(_))) This detects...
### Description _What behavior does this PR change, and why?_ Makes it possible to copy/paste the kafka-avro-console-producer example. ### Author Validation _Describe the validation already done, or needs to be...