-
-
Notifications
You must be signed in to change notification settings - Fork 6
SerDes creates too many listener instances #448
Copy link
Copy link
Closed
Labels
.NETPull requests that update .net codePull requests that update .net codeKNetKNet related issueKNet related issuebugSomething isn't workingSomething isn't working
Description
Describe the bug
Allocation of
| public class SerDes<T, TJVMT> : ISerDes<T, TJVMT> |
To Reproduce
Steps to reproduce the behavior:
- Execute any test program which instantiate the following class
public class SerDes<T, TJVMT> : ISerDes<T, TJVMT> - On each instantiation the registered listeners in JCOBridge raise
Expected behavior
Since the following
| Serde<TJVMT> _KafkaSerde; |
| Serializer<TJVMT> _KafkaSerializer; |
| Deserializer<TJVMT> _KafkaDeserializer; |
Screenshots
Desktop (please complete the following information):
- Version latest
Additional context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
.NETPull requests that update .net codePull requests that update .net codeKNetKNet related issueKNet related issuebugSomething isn't workingSomething isn't working