RobertIndie edited a comment on pull request #48: URL: https://github.com/apache/pulsar-dotpulsar/pull/48#issuecomment-679163993
> Should we add: > > ``` > Task<IConsumer> IConsumerBuilder#CreateAsync() > Task<IProducer> IProducerBuilder#CreateAsync() > > Task<IConsumer> IPulsarClient#CreateConsumerAsync(ConsumerOptions options); > Task<IProducer> IPulsarClient#CreateProducerAsync(ProducerOptions options); > ``` > > I seriously don't like WaitAll / Result / etc. I think this is a good suggestion, although at the moment we only need to use the asynchronous approach when creating the producer. @blankensteiner What do you think of this proposal? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org