Tim Yates
Tim Yates
Asked a question as to why we are not seeing a metric used in the tests https://github.com/micronaut-projects/micronaut-kafka/pull/410#pullrequestreview-918549554
@sdelamo All green 😅 ready for review
Consumer metrics looks to be in a bad way too https://ge.micronaut.io/scans/tests?search.rootProjectNames=kafka-parent&search.startTimeMax=1648030904554&search.startTimeMin=1647388800000&search.tags=CI&search.timeZoneId=Europe/London&tests.container=io.micronaut.configuration.kafka.health.KafkaConsumerMetricsSpec&tests.sortField=FAILED&tests.unstableOnly=true
We see lots of 1.6.21 in the dependency list https://ge.micronaut.io/s/bjjijqfihhmsu/dependencies?dependencies=1.6.21&expandAll But I believe these are due to the POM for [org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4](https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-jdk8/1.6.4/jar) having a dependency on it I think none of...
I think one of the bugs I had to workaround is https://issues.apache.org/jira/browse/GROOVY-10060
Thanks @georgeharley you're right! I've superseded this with https://github.com/micronaut-projects/micronaut-kafka/pull/605 which also fixes the javadoc for `DEFAULT_RETRY_COUNT` Thanks again for the contribution 👍
A workaround is to use ReactiveStreamsCrudRepository, which works fine 👍
I believe we are trying to use the version from Micronaut-core's managed catalog instead of each project using their own version... But I don't believe we can get this in...
@melix Are `[plugin]` entries propagated? I've tried ``` [plugins] managed-ksp = { id = "com.google.devtools.ksp", version.ref = "managed-ksp" } ``` And ``` [plugins] ksp = { id = "com.google.devtools.ksp", version.ref...
Ok, so the changes required for build are in v6.7.0 of the shared plugin... Once we release v4.4.0 of core and migrate this to it, we will be able to...