I am looking to understand the RAM usage of kafka cluster
I have the following running
VM -1 (3.75GB RAM)
kafka-server 1
VM-2 (3.75 GB RAM)
kafka-server 2
I have one topic created.
Prior to any message in the topic - RAM used by kafka server process was
around 8%.
I pushed around 20
I keep getting such warnings intermittenly in my application . The
application connects to a kafka server and pushes messages. None of my
messages have failed howeever.
The application is a spring application and it uses kafka-clients to
establish connection and send messages to kafka
kafka-client
rather then ERROR
On Wed, Dec 30, 2015 at 9:51 PM, Dana Powers wrote:
> Do you have access to the server logs? Any error is likely recorded there
> with a stack trace. You also might check what server version you are
> connecting to.
>
> -Dana
> On Dec 30, 2015 3:49 AM, &qu
Hi
I need help in creating a windows service to consume from kafka topic. The
service is written i n csharp and am using
https://github.com/ah-/rdkafka-dotnet as the client.
I am able to successfully create a console application.
But I am not able to proceed with converting the same to windows ser