Skip to main content
udhayak0001
May 7, 2025
Solved

Impact of Kafka Process down in a 3-Node Cluster

  • May 7, 2025
  • 3 replies
  • 0 views

Hi Everyone,

I am trying to understand how the internal messaging service and Kafka Zookeeper work in Appian .I am trying to figure out what impact it would have if Kafka goes down on one of the nodes in a 3 node cluster due to storage issues or some other reason. One thing I can guess is that the application's performance might decrease, and writes to the data service could also be impacted. Are there any other potential issues that could arise?

Thanks                                                          

Udhaya

Best answer by mathieud0001

I tried asking this question to Chat GPT and the answer seemed to make sense.

If Kafka remains degraded for a prolonged period, you may start seeing:

  • Failed writes to the data service.
  • Unresponsive UI components or errors when saving data.
  • Slowness in records or interfaces that rely on real-time events.

3 replies

mathieud0001
May 7, 2025

I tried asking this question to Chat GPT and the answer seemed to make sense.

If Kafka remains degraded for a prolonged period, you may start seeing:

  • Failed writes to the data service.
  • Unresponsive UI components or errors when saving data.
  • Slowness in records or interfaces that rely on real-time events.
udhayak0001
May 12, 2025

Thanks Mathieu

sasia0001
August 11, 2025

Hi,

We have similar issue in our application. 

Including the points mentioned in previous thread, sometimes we used to see failed to start process error in process model.

Is there any way to find the exact reason for Kafka services are going down. Already we verified server memory, application usage, network glitch but we are not able to find the solid answer.