kandersen82 commented on code in PR #149:
URL: https://github.com/apache/pulsar-dotpulsar/pull/149#discussion_r1174934905
##########
src/DotPulsar/Internal/Abstractions/IChannel.cs:
##########
@@ -23,6 +23,7 @@ public interface IChannel
void ClosedByServer();
void WaitingForExclusive();
void Connected();
+ void ProducerConnected(ulong topicEpoch);
Review Comment:
It could potentially make sense to create an IProducerChannel and
IConsumerChannel. There are quite a lot of methods that are specific to one or
the other.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]