Hello everyone.
I would like to know if it's possible to use Appian as a consumer for a specific Kafka topic.
In our very specific case, let's suppose a user updates an address and the message is replicated to multiple systems, through Kafka.
Our idea was to enable Appian to consume from this topic and these messages.
I tried to configure the Kafka Tools plugin available in the AppMarket, but I can't seem to configure the nodes correctly.
I have a demo instance in Confluent Cloud and I was able to do some producer/consumer tests locally and also via Python Client, but I'm not able to consume anything when it concerns Appian.
Do we have a better way of integrating with a Kafka topic?
Kind regards
Discussion posts and replies are publicly visible
I am trying to produce a message on my topic. I am getting an exception which is a timeout exception. Topic not present in metadata after 60000ms.
But the same topic I am using through the spring boot application and it is working as expected. how to solve this issue.
Did you ever resolve this issue? Currently encountering the same problem on my end.