Hi Team,
Recently we have implemented compression at producer level in Kafka, which
is decompressed while the consumer consumes it.
Coming to Mirroring the data we end up decompressing it and compressing the
same data. Is there a way we can stop this process and just mirror the
producer compresse
Hi Team,
Any update on the below query will be appreciated.
Your answer helps us in making the changes to our connectors.
Thanks,
Usha
On Thu, 29 Oct 2020, 11:08 usha rani, wrote:
> Hi Team,
>
> Recently we ended up having huge duplicates sending out of the connector
> due to
Hi Team,
Recently we ended up having huge duplicates sending out of the connector
due to the segment roll out ended in creating out of range issue. To avoid
the occurance of the above issue we made couple of changes as part of it we
are planning to change 'isolation.level' to 'read_committed'.
So