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

Add the corresponding JVM type into .NET classes #418

Closed masesdevelopers closed 5 months ago

masesdevelopers commented 5 months ago

Is your feature request related to a problem? Please describe. Currently many classes uses byte[] as JVM type, however it is not the right type for every conversion. In some cases long is managed using Java.Lang.Long, so it can be useful to have the mapping between .NET and JVM types.

Describe the solution you'd like Starts adding the JVM type into IKNetSerDes<T> and its linked classes or interfaces.

Describe alternatives you've considered N(A

Additional context N/A