<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Consume Kafka service logs</title><link>https://community.appian.com/discussions/f/plug-ins/39075/consume-kafka-service-logs</link><description>Hi Team, 
 
 We are using Kafka Tools plugin to utilize consume and Publish Kafka services. We can able to perform publish Kafka service without any issues. But when comes to Consume Kafka we have questions as follows, 
 
 Consume Kafka service shows</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Consume Kafka service logs</title><link>https://community.appian.com/thread/150116?ContentTypeID=1</link><pubDate>Mon, 21 Jul 2025 04:03:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c78b52c2-35ee-4e3d-835e-712fe54a9ab6</guid><dc:creator>kapilsharma</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/shantanub"&gt;Shantanu Bhowmick&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;1. If you are using on-premise server, you can view the Kafka logs over here:&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/data/kafka-logs&lt;br /&gt;but if it&amp;#39;s a on-cloud server, then you can look into serverLogs.&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp;A &lt;strong&gt;Topic&lt;/strong&gt; is a named stream of records whereas&amp;nbsp;&lt;strong&gt;Group ID&lt;/strong&gt;&amp;nbsp;is a unique string that identifies a consumer group.&lt;/p&gt;
&lt;p&gt;3.&amp;nbsp;Kafka consumers receive data from brokers as byte arrays. A &lt;strong&gt;deserializer&lt;/strong&gt; is essential to convert these bytes back into a usable format, such as a string or a complex object.&lt;/p&gt;
&lt;p&gt;4. As far as I know,&amp;nbsp;&lt;code&gt;TM_Transaction&lt;/code&gt; variable in your process model is not being populated with the consumed message data because the &lt;strong&gt;Kafka Tools plugin is designed to write consumed messages directly to a database table&lt;/strong&gt;, not to a process variable.&lt;br /&gt;&lt;br /&gt;Hope it helps..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>