Lucian Carata
Lucian Carata
Just a note here: the kafka bootstrap server, which you are pointing to, returns a list of hostnames pointing to the actual kafka brokers. Because those are not visible/accessible from...
This depends on us using com.google.protobuf:protobuf-java 4.26.0, which in turn requires protoc v26.0. Version number update needs to be done in one PR for protobuf-kotlin and protobuf-java. For protobuf-java, see...
This requires protoc v26.0. Version number update needs to be done in one PR for protobuf-kotlin and protobuf-java. For protobuf-java, see https://protobuf.dev/news/2023-12-05/ at the moment this update is BLOCKED. Follow...
Version bump added to upcoming PR
Kotlin version bump impossible due to cross-dependencies (waiting for kotlin-coroutines release)
Version bump added to upcoming PR
Version bump added to upcoming PR
Version bump added to upcoming PR
Both `mlserver` and `tritonclient.grpc` declare a submodule called `inference`. This leads to the duplicate symbol, which should be solvable through typical means (more specific imports, `import ... as`, etc).