Closed galak-fyyar closed 8 years ago
Can one of the admins verify this patch?
It looks like @anatoliy-sokolenko hasn't signed our Contributor License Agreement, yet.
Appreciation of efforts,
clabot
This was really an upstream problem, although the upstream project has been deprecated. Camus is also deprecated from CP 3.0.0 on and we won't be making further changes.
Current 1.0.1 release has a major performance defect caused by excessive debug logging in [camus-kafka-coders/src/main/java/io/confluent/camus/etl/kafka/coders/AvroMessageDecoder.java#L113]:
Schema is serialized each time new message arrives. However, as debug logging is disabled it is never printed to log.
Applied fix showed up to 10x performance improvement.
PR is submitted to 1.x-0.9.0.0 branch as it seem to be the most active for 1.x version.