<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Consuming Kafka events using Workato in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/11368#M4410</link>
    <description>&lt;P&gt;Nice information.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Nov 2025 06:32:16 GMT</pubDate>
    <dc:creator>devidmithen</dc:creator>
    <dc:date>2025-11-26T06:32:16Z</dc:date>
    <item>
      <title>Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1200#M545</link>
      <description>&lt;P&gt;We are planning to leverage workato to consume events from Kafka generated from our product. Did anyone worked on similar use cases and aware of any limitations or gotchas i need to be knowing before implementing it?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 07:10:43 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1200#M545</guid>
      <dc:creator>krishna</dc:creator>
      <dc:date>2021-07-14T07:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1201#M546</link>
      <description>&lt;P&gt;We are looking into a similar usecase with either Kafka (self managed) or Confluent Cloud (managed kafka) in a POC phase. We've been able to produce &amp;amp; consume messages using Workato. &lt;/P&gt;&lt;P&gt;I do think the confluent cloud connector could offer a broader configuration / features. Some examples are: consume only from a specific partition instead of all of them (=default). Also not sure how consumer groups would work with Workato (= concurrency greater then 1?).&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Apart from that something on our to-do list to test rigorously is the behaviour:&lt;/P&gt;&lt;P&gt;- When a new version of the recipe is promoted, does it impact off-set?&lt;/P&gt;&lt;P&gt;- Impact of starting a clone on off-set&lt;/P&gt;&lt;P&gt;- Impact of an incident at Workato itself&lt;/P&gt;&lt;P&gt;- Handling errors (DLQ topic or something else)&lt;/P&gt;&lt;P&gt;- Monitoring ( x amount messages produced into topic = amount of messages consumed from topic? If not, how to identify delta's)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 16:43:43 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1201#M546</guid>
      <dc:creator>steven-marissen</dc:creator>
      <dc:date>2021-07-14T16:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1202#M547</link>
      <description>&lt;P&gt;We're also using the Confluent connector, and highly recommend Confluent &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Workato + Kafka has been pretty straight-forward for us; the main pre-requisite is getting the schema defined correctly (if not already defined).  Happy to collaborate on anything if its helpful, and +1 on Steven's point to see if Workato can add broader configuration / features.  &lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 23:29:20 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1202#M547</guid>
      <dc:creator>triesen</dc:creator>
      <dc:date>2021-07-15T23:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1203#M548</link>
      <description>&lt;P&gt;Hi Tony,&lt;/P&gt;&lt;P&gt;We do experience an issue when we consume from a Confluent Cloud topic, we are able to pull messages from the topic into Workato but the consumer never appears in the confluent cloud data flow or under cluser -&amp;gt; clients -&amp;gt; consumer groups. &lt;/P&gt;&lt;P&gt;This is an essential piece for monitoring consumer lag etc.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Have you encountered this issue before? &lt;/P&gt;&lt;P&gt;Thanks in advance for your feedback.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 01:28:41 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1203#M548</guid>
      <dc:creator>steven-marissen</dc:creator>
      <dc:date>2021-07-16T01:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1204#M549</link>
      <description>&lt;P&gt;We builded lot of integrations in Workato in kafka. Happy to share information.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 04:40:34 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1204#M549</guid>
      <dc:creator>rak-9177</dc:creator>
      <dc:date>2021-07-28T04:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1205#M550</link>
      <description>&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;Any pitfalls to look out for?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 15:00:53 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1205#M550</guid>
      <dc:creator>steven-marissen</dc:creator>
      <dc:date>2021-07-28T15:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1206#M551</link>
      <description>&lt;P&gt;&lt;SPAN id="mob-widget-1" class="mention fr-tribute"&gt;&lt;A href="https://systematic.workato.com/?userId=2373477"&gt;Steven Marissens&lt;/A&gt;&lt;/SPAN&gt;- Yes, there are some like especially for recipes which are consuming huge events from kafka but there are alternatives to avoid this errors. Stopping consumer recipes will loose messages as it’s won’t store latest offset. For high volumes, don’t build huge logic in consumer recipe which will delay Workato jobs and it will reduce the consumption speed(number of batches/minute) from kafka even though if kafka byte size is increased. Workato charges based on tasks so if your integrations deals with high volume then it would be expensive over the time.expensive. &lt;/P&gt;</description>
      <pubDate>Sat, 31 Jul 2021 15:03:44 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1206#M551</guid>
      <dc:creator>rak-9177</dc:creator>
      <dc:date>2021-07-31T15:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1207#M552</link>
      <description>&lt;P&gt;Steven Marissens- Yes, there are some like especially for recipes which are consuming huge events from kafka but there are alternatives to avoid this errors. Stopping consumer recipes will loose messages as it’s won’t store latest offset. For high volumes, don’t build huge logic in consumer recipe which will delay Workato jobs and it will reduce the consumption speed(number of batches/minute) from kafka even though if kafka byte size is increased. Workato charges based on tasks so if your integrations deals with high volume then it would be expensive over the time.expensive. &lt;/P&gt;</description>
      <pubDate>Sat, 31 Jul 2021 15:06:36 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1207#M552</guid>
      <dc:creator>rak-9177</dc:creator>
      <dc:date>2021-07-31T15:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1208#M553</link>
      <description>&lt;P&gt;It’s very hard to debug issues if we consume in batches. &lt;/P&gt;</description>
      <pubDate>Sat, 31 Jul 2021 15:07:57 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1208#M553</guid>
      <dc:creator>rak-9177</dc:creator>
      <dc:date>2021-07-31T15:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1209#M554</link>
      <description>&lt;P&gt;Excellent feedback Rakesh, much appreciated. My main concern now is the storage of offset, as it would mean unwanted behaviour when you upgrade the version of the consumer or in case of downtime at Workato. For me it ruins the possible usage of Kafka.&lt;/P&gt;&lt;P&gt;How do you deal with that? Or is this much rather a highly needed enhancement Workato should look into?&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jul 2021 20:06:20 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1209#M554</guid>
      <dc:creator>steven-marissen</dc:creator>
      <dc:date>2021-07-31T20:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1210#M555</link>
      <description>&lt;P&gt;We found a bug and some design issues in kafka connector process and currently working with Workato product teams. Workato team is acknowledged and working on this. I can provide you more details n couple of days. &lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 04:33:02 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1210#M555</guid>
      <dc:creator>rak-9177</dc:creator>
      <dc:date>2021-08-11T04:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1211#M556</link>
      <description>&lt;P&gt;Again appreciated for your input. We've also noticed the same for Confluent Cloud connector which also needs to be enhanced for it to work well with CC. In it's current form no monitoring (or very limited) in CC can be done. &lt;/P&gt;&lt;P&gt;Keep us posted on the progress! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 15:12:37 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1211#M556</guid>
      <dc:creator>steven-marissen</dc:creator>
      <dc:date>2021-08-12T15:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1212#M557</link>
      <description>&lt;P&gt;Sure definitely! &lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 19:53:11 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/1212#M557</guid>
      <dc:creator>rak-9177</dc:creator>
      <dc:date>2021-08-13T19:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/11361#M4408</link>
      <description>&lt;P&gt;I am facing issue with the Kafka connector integration, I wanted to setup kafka connections with plain text or json format of data. Hence, not relying on the Schema registry. But wile editing the recipe, i was not able to make changes on the script. Pls help here, whether we do have options to use non-avro schema based.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 07:54:41 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/11361#M4408</guid>
      <dc:creator>shashankbyakod</dc:creator>
      <dc:date>2025-11-25T07:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming Kafka events using Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/11368#M4410</link>
      <description>&lt;P&gt;Nice information.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 06:32:16 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/consuming-kafka-events-using-workato/m-p/11368#M4410</guid>
      <dc:creator>devidmithen</dc:creator>
      <dc:date>2025-11-26T06:32:16Z</dc:date>
    </item>
  </channel>
</rss>

