Hello, I am looking for options to call an external API within KSQL. My goal is to connect a Stream to a topic containing message data, call an API using some of that data, then produce updated data to new topics. Is there a known way for doing this? If not, any alternatives?
Thank you for any future help, Andrew