gvdm90
gvdm90
Hi! Awesome module, thank you! I've experienced this same issue with subfolders being cleared using the `-Mirror` flag. I did some debug and fixed the `Get-DestinationFilePath` function this way: Buggy:...
Hi @lashakv, thanks for the response 1. What is the way it is supposed to be used? I followed the Confluent [general guidelines ](https://docs.confluent.io/current/schema-registry/docs/serializer-formatter.html) adding the property `schema.registry.url`, creating the...
Hi, I tried disabling the schema cache and performing a lot of writes with the producer. I'm using the `kafka-schema-registry-client` version 3.3.1 and the `kafka-client` 0.11.0.1. This is the exception...
Hi @nicktoker, thanks for the response. I'm pretty sure that the properties were set at the same value. Moreover, I've been able to write to kafka using the schema registry...
What do you think @lashakv ?
My schemas are not _very_ dynamic. Starting from a clean situation, in the first minutes all the schemas get created dynamically (and are three or four, not so many) and...
Hi, No, I'm starting Kafka, the streams application and the schema registry manually. Il 4 dic 2017 11:25 PM, "Magesh Nandakumar" ha scritto: > @gvdm90 are you using confluent cli...
Yes, Reading the documentation is told to set only the cleanup policy to compact instead of delete Il 19 dic 2017 9:17 AM, "salvax86" ha scritto: > @Igosuki do you...
So that could be the problema! :) I will try the solution as soon as I can. One question: if I change the CONFLUENT_CURRENT variable on an existing cluster, changing...
Hi @mageshn I checked the `/tmp` folder but nothing regarding the schema registry is there. There is only a `kafka-streams` folder which contains the temporary data of my kafka streams...