Volodymyr Koreniev

Results 13 comments of Volodymyr Koreniev

@marcellanz, great job! I think that multiarch support is important given that ARM is making it's way slowly but steadily to both cloud providers https://aws.amazon.com/ec2/graviton/ and developers' workstations https://en.wikipedia.org/wiki/Mac_transition_to_Apple_silicon. Unfortunately,...

@marcellanz Radxa Rock Pi 4 Model A https://wiki.radxa.com/Rockpi4/getting_started#get_start_specs It has a very nice set of features: - M.2 M-Key connector with PCIe Gen2 x4 lanes which can be used for...

**Update:** I have found a way to get the materialized value by using `Sink.preMaterialize()` ```scala val (messages, sink) = Sink.seq[(String, MyMessage)].preMaterialize() val out = testkit.outletToSink(streamlet.out, sink) ``` Probably, it would...

**Update 2:** The problem with the sink receiving only one message seems to be related to the fact that I'm using `write` on `WritableSinkRef` to send a message. If I...

Hi @andreaTP, Cloudflow operator and sbt plugin are 2.0.21. However, the CLI version is 2.0.23. Should I downgrade the CLI?

Hi @RayRoestenburg, thank you for your reply! > In general, there is absolutely nothing wrong with using Alpakka Kafka directly. I agree it would be nice, as you say: >...

Hi @andreaTP, thank you for you answers! I'm also facing this issue while trying to deploy to local Kubernetes (the one which is shipped with Docker Desktop on Mac). Indeed,...

@andreaTP thank for your reply! Our build sets both `cloudflowDockerRegistry` and `cloudflowDockerRepository`: ```scala cloudflowDockerRegistry in ThisBuild := Some("docker-ei.jfrog.io") cloudflowDockerRepository in ThisBuild := Some("mw-iv-streams") ``` This gives me an image name...

It would be nice if the `--logback-config` CLI option was mentioned somewhere in the docs. It was really hard for me to find out how to configure logging for streamlets....

Documentation mentions ``, which is different from `` although both of them are mapped to backslash by default.