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

I am getting KafkaNet.Protocol.ResponseTimeoutException when sending data to kafka topic.Is there any way to overcome this issue? #112

Open
dhinesh-raja opened this issue Jun 1, 2017 · 0 comments

Comments

@dhinesh-raja
Copy link

An exception of type 'KafkaNet.Protocol.KafkaApplicationException' occurred in mscorlib.dll but was not handled in user code

Additional information: An exception occured while executing a send operation against http://13.71.116.17:9092/ Topic:LiveCoin-ETHBTC-Ticker PartitionId:1. Exception:System.AggregateException: One or more errors occurred. ---> KafkaNet.Protocol.ResponseTimeoutException: Timeout Expired. Client failed to receive a response from server after waiting 00:01:00ms.

at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

at KafkaNet.KafkaConnection.d__4`1.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)

at KafkaNet.Producer.d__3d.MoveNext()

--- End of inner exception stack trace ---

---> (Inner Exception #0) KafkaNet.Protocol.ResponseTimeoutException: Timeout Expired. Client failed to receive a response from server after waiting 00:01:00ms.

at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

at KafkaNet.KafkaConnection.d__4`1.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)

at KafkaNet.Producer.d__3d.MoveNext()<---

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

1 participant