masesgroup/KNet

KNet shall be always aligned to latest Kafka release

masesdevelopers opened this issue · 2 comments

Is your feature request related to a problem? Please describe.
Update KNet each time Apache Kafka updates

Describe the solution you'd like
To be always aligned to latest Kafka version @masesdevelopers must update source code and the POM used to build Java side.

Describe alternatives you've considered
Since it is possible to execute classes outside C# source code, @masesdevelopers must update at least the POM used to build Java side.

Additional context
N/A

#263 was made with wrong JARs. Rebuilding again some listeners added new methods with same number of parameters: current behavior of auto generation of listeners done from JNetReflector creates name clash.

Latest version of Apache Kafka comes with a package for KRaft protocol that is missing. It shall be added in the reflected classes and maybe in developed code