Thomas

Results 19 comments of Thomas

IMHO this is a duplicate of https://github.com/lightbend/cloudflow/issues/1199

this should be fixed with Cloudflow 2.3.2. Can you please confirm, @JGfints ?

This is the same for avro-support - this now requires: ``` "com.lightbend.cloudflow" %% "cloudflow-avro" % cloudflowVersion ``` -> Docs probably also need to be updated for use with AVRO. I...

@michael-read I propose this doc update: https://github.com/lightbend/cloudflow/pull/1240 Is this good enough?

> suppose it would be okay, to just refer to those instead of calling out the specific dependency since you have to specify the version I figured, mentioning the fully...

Right, I had to read twice to actually understand the purpose of this. The deployment descriptor json (CR) is already created only for the current sub-project. - That part works...

@franciscolopezsancho Since you just merged some PRs and worked on Cloudflow. The current documentation is broken as it suggests installing the latest version of strimzi. This does not work anymore,...

Actually, with Cloudflow 2.3.2 using `"kafka-clients" % "3.2.1"`, I wonder if Cloudflow works with Kafka 3.x? Does `"akka-stream-kafka" % 2.1.1` support Kafka 3?

@franciscolopezsancho Looking at the cloudflow-contributions project (spark and flink integration), I do not see a reason why the change would conflict. - Spark and Flink seem to be integrated via...