Similar to the previous issue, the sample config in the docs causes another snafu:
OGG-15051  Java or JNI exception:
oracle.goldengate.util.GGException:  Class not found: "kafkahandler". kafkahandler
 	Class not found: "kafkahandler". kafkahandler
This time it’s in the kafka.props file:
gg.handler.kafkahandler.Type = kafka
Should be
gg.handler.kafkahandler.type = kafka
No capital T in Type!
(Image credit: https://unsplash.com/@vanschneider)
