You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Shishkov (Jira)" <ji...@apache.org> on 2023/03/09 18:05:00 UTC

[jira] [Created] (IGNITE-18992) Use single partition topic for metadata updates

Ilya Shishkov created IGNITE-18992:
--------------------------------------

             Summary: Use single partition topic for metadata updates
                 Key: IGNITE-18992
                 URL: https://issues.apache.org/jira/browse/IGNITE-18992
             Project: Ignite
          Issue Type: Task
          Components: extensions
            Reporter: Ilya Shishkov


In order to read data with guaranteed order, metadata topic must have only one partition. To achieve this we should:
* Write binary types and marshaller mappings only to a single partition in {{IgniteToKafkaCdcStreamer#onMappings}} and {{#onTypes}}.
* Assign {{KafkaConsumer}} in {{KafkaToIgniteMetadataUpdater}} to a single partition.
* Print warnings into logs, when topic has more than one partition.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)