<?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>question Re: Messaging API with Kafka : lineage in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198587#M65463</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17573/smartdatabundle.html" nodeid="17573"&gt;@Smart Data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This error typically comes when the new entity while being created tries to reference something that should already exist.&lt;/P&gt;&lt;PRE&gt;2017-07-25 13:24:58,650 DEBUG - [NotificationHookConsumer thread-0:] ~ ==&amp;gt; AtlasErrorCode.getMessage([null]): ObjectId is not valid null (AtlasErrorCode:132)&lt;/PRE&gt;&lt;P&gt;I would start by checking if the 2 guids referenced exist in Atlas DB before this message gets processed.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"d5c27069-d7b6-4b58-8e61-adbdc4b8d208" &amp;amp; &lt;/EM&gt;&lt;I&gt;"513cd2cd-3139-4baa-a017-16f83ca2b383"&lt;/I&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 22:55:54 GMT</pubDate>
    <dc:creator>amestry</dc:creator>
    <dc:date>2017-07-25T22:55:54Z</dc:date>
    <item>
      <title>Messaging API with Kafka : lineage</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198586#M65462</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I try to create a Process Entity with Kafka :&lt;/P&gt;&lt;PRE&gt;{
    "message": {
        "entities": [
            {
                "id": {
                    "id": "-1467290565135246000",
                    "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
                    "state": "ACTIVE",
                    "typeName": "Process",
                    "version": 0
                },
                "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
                "traitNames": [],
                "traits": {},
                "typeName": "Process",
                "values": {
                    "qualifiedName": "qn_process_cp",
                    "processor_name": "file_copy_",
                    "name": "n_process_cp",
                     "inputs": [{"guid": "d5c27069-d7b6-4b58-8e61-adbdc4b8d208","typeName": "hdfs_path"}],
                     "outputs": [{"guid": "513cd2cd-3139-4baa-a017-16f83ca2b383","typeName": "hdfs_path"}]
                }
            }
        ],
        "type": "ENTITY_CREATE",
        "user": "admin"
    },
    "version": {
        "version": "1.0.0"
    }
}&lt;/PRE&gt;&lt;P&gt;I have this error message (on Atlas log) :&lt;/P&gt;&lt;PRE&gt;2017-07-25 13:24:58,645 DEBUG - [NotificationHookConsumer thread-0:] ~ Set property __modifiedBy = "admin" to vertex[id=163872776 type=Process guid=null] (GraphHelper:413)
2017-07-25 13:24:58,645 DEBUG - [NotificationHookConsumer thread-0:] ~ &amp;lt;== createStructVertex(Process) (EntityGraphMapper:188)
2017-07-25 13:24:58,646 DEBUG - [NotificationHookConsumer thread-0:] ~ ==&amp;gt; addProperty(vertex[id=163872776 type=Process guid=null], __superTypeNames, Referenceable) (AtlasGraphUtilsV1:132)
2017-07-25 13:24:58,646 DEBUG - [NotificationHookConsumer thread-0:] ~ ==&amp;gt; addProperty(vertex[id=163872776 type=Process guid=null], __superTypeNames, Asset) (AtlasGraphUtilsV1:132)
2017-07-25 13:24:58,646 DEBUG - [NotificationHookConsumer thread-0:] ~ ==&amp;gt; setProperty(vertex[id=163872776 type=Process guid=null], __guid, f789fb6e-ad0e-4702-b787-e2f5f6a61bdf) (AtlasGraphUtilsV1:141)
2017-07-25 13:24:58,646 DEBUG - [NotificationHookConsumer thread-0:] ~ Setting property __guid in vertex[id=163872776 type=Process guid=null] (AtlasGraphUtilsV1:159)
2017-07-25 13:24:58,648 DEBUG - [NotificationHookConsumer thread-0:] ~ ==&amp;gt; setProperty(vertex[id=163872776 type=Process guid=f789fb6e-ad0e-4702-b787-e2f5f6a61bdf], __version, 0) (AtlasGraphUtilsV1:141)
2017-07-25 13:24:58,648 DEBUG - [NotificationHookConsumer thread-0:] ~ Setting property __version in vertex[id=163872776 type=Process guid=f789fb6e-ad0e-4702-b787-e2f5f6a61bdf] (AtlasGraphUtilsV1:159)
2017-07-25 13:24:58,648 DEBUG - [NotificationHookConsumer thread-0:] ~ ==&amp;gt; mapAttributes(CREATE, Process) (EntityGraphMapper:211)
2017-07-25 13:24:58,648 DEBUG - [NotificationHookConsumer thread-0:] ~ ==&amp;gt; AtlasTypeRegistry.getType(Process) (AtlasStructType:82)
2017-07-25 13:24:58,648 DEBUG - [NotificationHookConsumer thread-0:] ~ &amp;lt;== AtlasTypeRegistry.getType(Process): org.apache.atlas.type.AtlasEntityType@75b239ad (AtlasStructType:108)
2017-07-25 13:24:58,649 DEBUG - [NotificationHookConsumer thread-0:] ~ ==&amp;gt; mapArrayValue(org.apache.atlas.repository.store.graph.v1.AttributeMutationContext@fc69927c) (EntityGraphMapper:550)
2017-07-25 13:24:58,649 DEBUG - [NotificationHookConsumer thread-0:] ~ ==&amp;gt; mapObjectIdValue(org.apache.atlas.repository.store.graph.v1.AttributeMutationContext@fc5b7afb) (EntityGraphMapper:437)
2017-07-25 13:24:58,649 DEBUG - [NotificationHookConsumer thread-0:] ~ &amp;lt;== AtlasErrorCode.getMessage([null]) (AtlasErrorCode:125)
2017-07-25 13:24:58,650 DEBUG - [NotificationHookConsumer thread-0:] ~ ==&amp;gt; AtlasErrorCode.getMessage([null]): ObjectId is not valid null (AtlasErrorCode:132)
2017-07-25 13:24:58,650 WARN  - [NotificationHookConsumer thread-0:] ~ Error handling message (NotificationHookConsumer:325)
org.apache.atlas.exception.AtlasBaseException: ObjectId is not valid null
        at org.apache.atlas.repository.store.graph.v1.EntityGraphMapper.mapObjectIdValue(EntityGraphMapper.java:455)
        at org.apache.atlas.repository.store.graph.v1.EntityGraphMapper.mapCollectionElementsToVertex(EntityGraphMapper.java:644)
        at org.apache.atlas.repository.store.graph.v1.EntityGraphMapper.mapArrayValue(EntityGraphMapper.java:568)
        at org.apache.atlas.repository.store.graph.v1.EntityGraphMapper.mapToVertexByTypeCategory(EntityGraphMapper.java:318)
        at org.apache.atlas.repository.store.graph.v1.EntityGraphMapper.mapAttribute(EntityGraphMapper.java:260)
        at org.apache.atlas.repository.store.graph.v1.EntityGraphMapper.mapAttributes(EntityGraphMapper.java:221)
        at org.apache.atlas.repository.store.graph.v1.EntityGraphMapper.mapAttributesAndClassifications(EntityGraphMapper.java:127)
        at org.apache.atlas.repository.store.graph.v1.AtlasEntityStoreV1.createOrUpdate(AtlasEntityStoreV1.java:230)
        at org.apache.atlas.repository.store.graph.v1.AtlasEntityStoreV1.createOrUpdate(AtlasEntityStoreV1.java:246)
        at org.apache.atlas.notification.NotificationHookConsumer$HookConsumer.handleMessage(NotificationHookConsumer.java:266)
        at org.apache.atlas.notification.NotificationHookConsumer$HookConsumer.run(NotificationHookConsumer.java:235)

&lt;/PRE&gt;&lt;P&gt;Atlas version : 0.8&lt;/P&gt;&lt;P&gt;Kafka version : 0.10.1&lt;/P&gt;&lt;P&gt;Any suggestions ?&lt;/P&gt;&lt;P&gt;Thks&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 20:47:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198586#M65462</guid>
      <dc:creator>smartdatabundle</dc:creator>
      <dc:date>2017-07-25T20:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Messaging API with Kafka : lineage</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198587#M65463</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17573/smartdatabundle.html" nodeid="17573"&gt;@Smart Data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This error typically comes when the new entity while being created tries to reference something that should already exist.&lt;/P&gt;&lt;PRE&gt;2017-07-25 13:24:58,650 DEBUG - [NotificationHookConsumer thread-0:] ~ ==&amp;gt; AtlasErrorCode.getMessage([null]): ObjectId is not valid null (AtlasErrorCode:132)&lt;/PRE&gt;&lt;P&gt;I would start by checking if the 2 guids referenced exist in Atlas DB before this message gets processed.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"d5c27069-d7b6-4b58-8e61-adbdc4b8d208" &amp;amp; &lt;/EM&gt;&lt;I&gt;"513cd2cd-3139-4baa-a017-16f83ca2b383"&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 22:55:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198587#M65463</guid>
      <dc:creator>amestry</dc:creator>
      <dc:date>2017-07-25T22:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Messaging API with Kafka : lineage</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198588#M65464</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17573/smartdatabundle.html" nodeid="17573"&gt;@Smart Data&lt;/A&gt;, can you tell some more details on how you create the process entity using Kafka?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 22:57:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198588#M65464</guid>
      <dc:creator>ssubramanian</dc:creator>
      <dc:date>2017-07-25T22:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Messaging API with Kafka : lineage</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198589#M65465</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/12092/ssubramanian.html" nodeid="12092"&gt;@Sarath Subramanian&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is my message:&lt;/P&gt;&lt;PRE&gt;{
    "message": {
        "entities": [
            {
                "id": {
                    "id": "-1467290565135246000",
                    "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
                    "state": "ACTIVE",
                    "typeName": "hdfs_path",
                    "version": 0
                },
                "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
                "traitNames": [],
                "traits": {},
                "typeName": "hdfs_path",
                "values": {
                    "createTime": "1970-01-01T00:00:00.000Z",
                    "description": "Test with Kafka",
                    "extendedAttributes": null,
                    "isSymlink": false,
                    "name": "Data_Kafka",
                    "numberOfReplicas": 0,
                    "owner": "admin",
                    "path": "/user/data/dept.csv",
                    "posixPermissions": null,
                    "qualifiedName": "deptData"
                }
            }
        ],
        "type": "ENTITY_CREATE",
        "user": "admin"
    },
    "version": {
        "version": "1.0.0"
    }
}
&lt;A rel="user" href="https://community.cloudera.com/users/12092/ssubramanian.html" nodeid="12092"&gt;&lt;/A&gt; &lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Jul 2017 13:41:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198589#M65465</guid>
      <dc:creator>smartdatabundle</dc:creator>
      <dc:date>2017-07-26T13:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Messaging API with Kafka : lineage</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198590#M65466</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/14489/amestry.html" nodeid="14489"&gt;@Ashutosh Mestry&lt;/A&gt; &lt;/P&gt;&lt;P&gt;2 entities exist :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;513cd2cd-3139-4baa-a017-16f83ca2b383:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;{

    "requestId": "pool-2-thread-9 - 8629abee-a74c-43a4-a969-758fd20704e4",
    "definition": {
        "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
        "id": {
            "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
            "id": "513cd2cd-3139-4baa-a017-16f83ca2b383",
            "version": 0,
            "typeName": "hdfs_path",
            "state": "ACTIVE"
        },
        "typeName": "hdfs_path",
        "values": {
            "name": "Data_Kafka2",
            "path": "/user/data/dept.csv",
            "posixPermissions": null,
            "createTime": "1970-01-01T00:00:00.000Z",
            "description": "Test with Kafka",
            "isSymlink": false,
            "extendedAttributes": null,
            "numberOfReplicas": 0,
            "qualifiedName": "deptData2",
            "isFile": false,
            "fileSize": 0,
            "owner": "admin",
            "modifiedTime": "1970-01-01T00:00:00.000Z",
            "clusterName": null,
            "group": null
        },
        "traitNames": [
            "Catalog.Technical.IT",
            "Retainable"
        ],
        "traits": {
            "Catalog.Technical.IT": {
                "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Struct",
                "typeName": "Catalog.Technical.IT",
                "values": {
                    "name": "Catalog.Technical.IT",
                    "acceptable_use": null,
                    "description": "technical test",
                    "available_as_tag": false,
                    "taxonomy.namespace": "atlas.taxonomy"
                }
            },
            "Retainable": {
                "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Struct",
                "typeName": "Retainable",
                "values": {
                    "retentionPeriod": 100
                }
            }
        },
        "systemAttributes": {
            "createdBy": "admin",
            "modifiedBy": "admin",
            "createdTime": "2017-06-28T07:32:37.288Z",
            "modifiedTime": "2017-06-29T12:34:30.304Z"
        }
    }

}
&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;d5c27069-d7b6-4b58-8e61-adbdc4b8d208 :&lt;/STRONG&gt;
&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;{

    "requestId": "pool-2-thread-6 - e16f006a-962d-45b5-a2b6-6914ec6ea0ab",
    "definition": {
        "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Reference",
        "id": {
            "jsonClass": "org.apache.atlas.typesystem.json.InstanceSerialization$_Id",
            "id": "d5c27069-d7b6-4b58-8e61-adbdc4b8d208",
            "version": 0,
            "typeName": "hdfs_path",
            "state": "ACTIVE"
        },
        "typeName": "hdfs_path",
        "values": {
            "name": "Data_Kafka1",
            "path": "/user/data/dept.csv",
            "posixPermissions": null,
            "createTime": "1970-01-01T00:00:00.000Z",
            "description": "Test with Kafka",
            "isSymlink": false,
            "extendedAttributes": null,
            "numberOfReplicas": 0,
            "qualifiedName": "deptData",
            "isFile": false,
            "fileSize": 0,
            "owner": "admin",
            "modifiedTime": "1970-01-01T00:00:00.000Z",
            "clusterName": null,
            "group": null
        },
        "traitNames": [ ],
        "traits": { },
        "systemAttributes": {
            "createdBy": "admin",
            "modifiedBy": "admin",
            "createdTime": "2017-07-21T07:40:37.357Z",
            "modifiedTime": "2017-07-21T07:52:59.405Z"
        }
    }

}


&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Jul 2017 14:13:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198590#M65466</guid>
      <dc:creator>smartdatabundle</dc:creator>
      <dc:date>2017-07-26T14:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Messaging API with Kafka : lineage</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198591#M65467</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/17573/smartdatabundle.html" nodeid="17573"&gt;@Smart Data&lt;/A&gt;&lt;P&gt;This is still puzzling. Would it be possible for you create the entity using REST APIs? That way the debug cycle is quick. &lt;/P&gt;&lt;P&gt;I will attempt the same at my end with the entities JSON above. Lets see where that leads us.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 23:25:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198591#M65467</guid>
      <dc:creator>amestry</dc:creator>
      <dc:date>2017-07-26T23:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Messaging API with Kafka : lineage</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198592#M65468</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14489/amestry.html" nodeid="14489"&gt;@Ashutosh Mestry&lt;/A&gt;&lt;/P&gt;&lt;P&gt;With REST APIs: it works very well. &lt;/P&gt;&lt;P&gt;For my use case I need to use Kafka messaging.&lt;/P&gt;&lt;P&gt;
&lt;A rel="user" href="https://community.cloudera.com/users/14489/amestry.html" nodeid="14489"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 14:35:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198592#M65468</guid>
      <dc:creator>smartdatabundle</dc:creator>
      <dc:date>2017-07-27T14:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Messaging API with Kafka : lineage</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198593#M65469</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17573/smartdatabundle.html" nodeid="17573"&gt;@Smart Data&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Kafka messaging still uses v1 structured atlas messages. You have supplied object id references for &lt;STRONG&gt;inputs&lt;/STRONG&gt; and &lt;STRONG&gt;outputs&lt;/STRONG&gt; attribute values. If you change it to Id format (v1 structure), it works. We are currently in the process of migrating v1 kafka messages to start using v2 structure.&lt;/P&gt;&lt;P&gt;More information on the format of kafka message supported by atlas can be found here: &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.1/bk_data-governance/content/atlas_messaging_integration.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.1/bk_data-governance/content/atlas_messaging_integration.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The following command works. please let us know if you still see the issue. &lt;/P&gt;&lt;PRE&gt;echo '{"message":{"entities":[{"id":{"id":"-1467290565135246000","jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id","state":"ACTIVE","typeName":"Process","version":0},"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference","traitNames":[],"traits":{},"typeName":"Process","values":{"qualifiedName":"qn_process_cp","processor_name":"file_copy_","name":"n_process_cp","inputs":[{"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference","id":{"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id","id":"b385b0ba-a806-44ae-b551-1a210c0e4c8a","version":0,"typeName":"hdfs_path","state":"ACTIVE"},"typeName":"hdfs_path","values":{"name":"hdfs_path_a","qualifiedName":"hdfs_path_a","path":"hdfs_path_a"},"traitNames":[],"traits":{},"systemAttributes":{}}],"outputs":[{"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Reference","id":{"jsonClass":"org.apache.atlas.typesystem.json.InstanceSerialization$_Id","id":"746dee24-0820-40e2-922c-759693085a0c","version":0,"typeName":"hdfs_path","state":"ACTIVE"},"typeName":"hdfs_path","values":{"name":"hdfs_path_b","qualifiedName":"hdfs_path_b","path":"hdfs_path_b"},"traitNames":[],"traits":{},"systemAttributes":{}}]}}],"type":"ENTITY_CREATE","user":"admin"},"version":{"version":"1.0.0"}}' | /usr/hdp/2.6.2.0-98/kafka/bin/kafka-console-producer.sh --broker-list localhost:6667 --topic ATLAS_HOOK&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Jul 2017 01:54:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198593#M65469</guid>
      <dc:creator>ssubramanian</dc:creator>
      <dc:date>2017-07-28T01:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Messaging API with Kafka : lineage</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198594#M65470</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12092/ssubramanian.html" nodeid="12092"&gt;@Sarath Subramanian&lt;/A&gt; Thanks for the detailed investigation. &lt;A rel="user" href="https://community.cloudera.com/users/2504/ssainath.html" nodeid="2504"&gt;@Sharmadha Sainath&lt;/A&gt; Thanks for your help today!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 02:35:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198594#M65470</guid>
      <dc:creator>amestry</dc:creator>
      <dc:date>2017-07-28T02:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Messaging API with Kafka : lineage</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198595#M65471</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12092/ssubramanian.html" nodeid="12092"&gt;@Sarath Subramanian&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Excellent! It works. Your are the best &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thks also to &lt;A rel="user" href="https://community.cloudera.com/users/14489/amestry.html" nodeid="14489"&gt;@Ashutosh Mestry&lt;/A&gt; for helping.
&lt;A rel="user" href="https://community.cloudera.com/users/12092/ssubramanian.html" nodeid="12092"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 12:37:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Messaging-API-with-Kafka-lineage/m-p/198595#M65471</guid>
      <dc:creator>smartdatabundle</dc:creator>
      <dc:date>2017-07-28T12:37:17Z</dc:date>
    </item>
  </channel>
</rss>

