cleverdeveloper

Results 9 comments of cleverdeveloper

You might also be interested to look into https://github.com/evolution-gaming/kafka-journal

I am using `sbt-sonar 1.3.0` and I have `sonar-scala 6.4.0` installed on SonarQube. I run `sonarScan` after I run scoverage. I get the large list of the following errors: ```...

> Hi @cleverdeveloper, are those files that you get warnings for actually covered by unit tests? @mwz Yes, these are covered and the coverage data is present in `target/scala-2.12/scoverage-report/scoverage.xml` file....

@mwz I could reproduce it 100% with the following project: https://github.com/mwz/sonar-scala/tree/master/examples/sbt/single-module This is what it says exactly: ``` INFO: Sensor Scoverage Sensor [scala] INFO: [scoverage] Initializing the scoverage sensor. INFO:...

Wow! I found the root cause. The problem was that I was running `sonar-scanner` from a directory created by symbolic linking, i.e. `ln -s /mnt/ssd/work /home/myuser/`. As soon as I...

One really cool feature of the newest Kafka versions is ability to have the record headers (https://cwiki.apache.org/confluence/display/KAFKA/KIP-82+-+Add+Record+Headers). This, for example, allows one to filter the messages quickly without the need...

I did a temporary release of Kafka part of this repository meanwhile with LZ4 stuff included: https://github.com/evolution-gaming/kafka-protocol