Results 6 comments of Daniel Sebban

I will take this one

cool , thanks for the pointers , I will play a bit and try to work out a non blocking implementation of LZ4

@pchlupacek I ended up importing `KafkaLZ4BlockOutputStream.java` and `KafkaLZ4BlockInputStream.java` only in a `java` src folder from the kafka client, they tweaked it heavily, so reimplementing it seems like a lot of...

Let me add some context here if I try ```cs fetch -r https://artifactory/maven-dev --use-env-credentials=false --credential-file ~/.config/coursier/credentials.properties``` I set the credentials to the correct values (it works for sbt as it...

Thank you for you answer! I see your concerns about api uniformity between read and write. I don't think passing bytes through the JNI layer can be done in a...