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

Added support for a stream decorator pattern in TcpSocket #84

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

d1820
Copy link

@d1820 d1820 commented Feb 8, 2016

Created this to allow for using different types of .net streams with the TCPSocket. A big reason for this was to support negotiated streams using kerberos.

@nigash
Copy link

nigash commented Oct 25, 2017

How can i use these changes as its not merged to main??

@d1820
Copy link
Author

d1820 commented Nov 19, 2017

you can review this unit test for implementation. Otherwise I would need to dig up the code if this doesn't help. you basically create your own broker connection factory and pass in args and options from there https://github.com/d1820/kafka-net/blob/fa4d3e2957d13e60a44f22767b11cd974e9b8cab/src/kafka-tests/Unit/KafkaTcpSocketTests.cs

let me know if out still can't get it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants