Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce resource consumption in classes referring final fields #375

Closed
masesdevelopers opened this issue Jan 23, 2024 · 3 comments · Fixed by masesgroup/JNet#316, #379 or #409
Closed

Reduce resource consumption in classes referring final fields #375

masesdevelopers opened this issue Jan 23, 2024 · 3 comments · Fixed by masesgroup/JNet#316, #379 or #409
Labels
enhancement New feature or request KNet KNet related issue .NET Pull requests that update .net code

Comments

@masesdevelopers
Copy link
Contributor

The logic done here can be applied to many other classes like the one managed from KNetConsumer e.g. KNetConsumerRecord

Originally posted by @masesdevelopers in #364 (comment)

@masesdevelopers masesdevelopers added enhancement New feature or request KNet KNet related issue .NET Pull requests that update .net code labels Jan 23, 2024
@masesdevelopers
Copy link
Contributor Author

masesdevelopers commented Jan 24, 2024

The following line reports an error from the JVM


the problem is related to a typo in JNet library: the package of Java.Lang.Iterator is wrong.

@masesdevelopers
Copy link
Contributor Author

till now closed with #379

@masesdevelopers
Copy link
Contributor Author

Add some specific behavior to delay deserialization of information when properties are retrieved, e.g. if only key is needed the value deserialization can be avoided reducing resource consumption

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment