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

KafkaQueueAdapter Task.Run #15

Closed
danielmarbach opened this issue Dec 24, 2015 · 2 comments
Closed

KafkaQueueAdapter Task.Run #15

danielmarbach opened this issue Dec 24, 2015 · 2 comments

Comments

@danielmarbach
Copy link

kafkaQueueAdapter uses Task.Run to execute async API on KafkaNet. Can you explain why? Usually you should not use Task.Run/Factory.StartNew for async IO

@danielmarbach danielmarbach changed the title kamm KafkaQueueAdapter Task.Run Dec 24, 2015
@gabikliot
Copy link

Already asked that here: dotnet/orleans#1205 (comment) and it was answered there.
The reason is basically the same as you issue #16.

@randa1
Copy link
Contributor

randa1 commented Dec 28, 2015

Closing this as the discussion is ongoing in #16

@randa1 randa1 closed this as completed Dec 28, 2015
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

No branches or pull requests

3 participants