You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: