Message guarantees

2023-04-11 Thread Hans Hartmann
Hello, i'm wondering if Apache Beam is using the message guarantees of the execution engines, that the pipeline is running on. So if i use the SparkRunner the consistency guarantees are exactly-once? Have a good day and thanks, Hans Hartmann

Re: major reduction is performance when using schema registry - KafkaIO

2023-04-11 Thread Alexey Romanenko
I don’t have an exact answer why it’s so much slower for now (only some guesses but it requires some profiling), though could you try to test the same Kafka read but with “ConfluentSchemaRegistryDeserializerProvider” instead of KafkaAvroDeserializer and AvroCoder? More details and an example ho