|
Ran
|
Jobs
2
|
Files
60
|
Run time
1min
|
Badge
README BADGES
|
push
update kafka-clients to 4.2.0 (#484) * update kafka-clients to 4.0.0 * remove `def poll(timeout: Long)` * remove `def committed(partition: TopicPartitionJ)` * remove `def sendOffsetsToTransaction(offsets: Nem[TopicPartition, OffsetAndMetadata], consumerGroupId: String)` * remove usage of `DefaultPartitioner` * implement new Consumer and Producer API in unit-tests * expose `currentLag` in `RebalanceCallback` and in `RebalanceConsumer` * discard deprecated functions * migrate unit-tests to `RebalanceListener1` * remove `RebalanceListener` and clean trivial warnings * discard deprecated API * use more `scalac` arguments * fix comment missed in be8dc661e * cleanup after rebase * update kafka-clients to 4.2.0 * update kafka-clients to 4.2.0 * restore SerialListenersTest * remove SerialListeners and all related code * scalafmt * make README less specific * cleanup
21 of 22 new or added lines in 6 files covered. (95.45%)
4 existing lines in 3 files now uncovered.2132 of 2669 relevant lines covered (79.88%)
1.25 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
99.42 |
-0.58% | skafka/src/main/scala/com/evolutiongaming/skafka/consumer/RebalanceConsumer.scala |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
54.59 |
14.71% | skafka/src/main/scala/com/evolutiongaming/skafka/consumer/ConsumerMetrics.scala |
| 1 |
95.54 |
1.86% | skafka/src/main/scala/com/evolutiongaming/skafka/producer/ProducerConfig.scala |
| 1 |
55.56 |
15.56% | skafka/src/main/scala/com/evolutiongaming/skafka/producer/ProducerMetrics.scala |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | Scala 2.13.18 - 25491621748.1 | 60 |
67.2 |
||
| 2 | Scala 3.3.7 - 25491621748.2 | 60 |
64.12 |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|