Unable to process clotho Kafka topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 12:44 PM - edited 03-24-2023 12:45 PM
We're seeing a flood of issues on our development instance and we've had no luck to this point pinpointing exactly what the cause is. We just updated to Utah Patch 1 but were seeing this while on Tokyo. Any ideas on how to suppress this?
Unable to process clotho Kafka topics
com.glide.hermes.client.glide.util.HermesStatusUtil.throwIfDisabled(HermesStatusUtil.java:37)
com.glide.hermes.client.glide.util.HermesStatusUtil.throwIfUnavailable(HermesStatusUtil.java:41)
com.glide.hermes.client.glide.GlideHermesTopicManager.<init>(GlideHermesTopicManager.java:50)
com.glide.hermes.client.glide.GlideHermesTopicManager.<init>(GlideHermesTopicManager.java:43)
com.snc.clotho.kafka.KafkaTopicDAO.fetchKafkaTopics(KafkaTopicDAO.java:45)
com.snc.clotho.kafka.ClothoKafkaTopicPublisher.publishTopics(ClothoKafkaTopicPublisher.java:52)
com.snc.clotho.kafka.ClothoKafkaTopicPublisher.run(ClothoKafkaTopicPublisher.java:43)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 02:29 PM
I have the same questions. We're seeing the "Unable to process clotho Kafka topics" every minute in our system logs and reports from devs the instance is slow. We're on Vancouver Patch 3.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 07:58 AM
Kafka is an event message bus used by Instance Data Replication (IDR). Apache Kafka is an open-source distributed event streaming platform.
https://kafka.apache.org/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2023 11:46 AM
Hi Kristen,
It's a known issue at this time (PRB1634353). To slow down the frequency of the errors, you can make the changes below to the system properties:
- glide.clotho.kakfa.topic_publisher.interval.seconds=60 sec,
- glide.clotho.kakfa_topic_publisher.longer.interval.seconds=120 sec

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2023 11:48 AM
Right on, you're awesome! Thank you! 😃
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 07:39 AM
You're welcome. I apologize for misspelling your name!