How to integrate Kafka in Mendix ?

0
Hi, For the Kafka integration in Mendix I’m using Kafka and Kafka connector with library logging module at the Mendix I have no errors but while compiling it hits a “Compilation of Java action failed” I’ve cleared the deployment directory after that also it hits same.Advice on how to fix this? I have attached the screenshot. Thanks in Advance... Mendix modular version: 7.23.6 Module used: Kafka, Kafka connector and library logging
asked
1 answers
2

This is caused by the java version you are using for the project, change this to the compatible version and this compilation error should be fixed.

See for an example: https://stackoverflow.com/questions/28180915/class-file-has-wrong-version-52-0-should-be-50-0

answered