masesgroup / KNet

KNet is a comprehensive .NET suite for Apache Kafka™ providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).
https://knet.masesgroup.com/
Apache License 2.0
33 stars 6 forks source link

KNet uses `Java.Lang.String` instead of `string` (`System.String`) in generated classes #420

Closed masesdevelopers closed 4 months ago

masesdevelopers commented 4 months ago

Description

This PR uses latest version of JNetReflector to manage string (System.String) using the JVM Java.Lang.String type.

Related Issue

closed #416 fix #92

Motivation and Context

How Has This Been Tested?

Locally tested

Screenshots (if appropriate):

Types of changes

Checklist: