forked from docs/doc-exports
Reviewed-by: Antonova, Ekaterina <ekantono@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
14 lines
1.9 KiB
HTML
14 lines
1.9 KiB
HTML
<a name="kafka-ug-0069"></a><a name="kafka-ug-0069"></a>
|
|
|
|
<h1 class="topictitle1">Process of Using Kafka</h1>
|
|
<div id="body0000001928973933"><p id="kafka-ug-0069__p20279101215539">Distributed Message Service is a message queuing service that is based on the open-source Apache Kafka. It provides Kafka instances with isolated computing, storage, and bandwidth resources. The following figure shows the process of message production and consumption using a Kafka instance.</p>
|
|
<div class="fignone" id="kafka-ug-0069__fig1427053672820"><span class="figcap"><b>Figure 1 </b>Process of using Kafka</span><br><span><img class="eddx" id="kafka-ug-0069__image1027063652820" src="en-us_image_0000001921463342.png"></span></div>
|
|
<ol id="kafka-ug-0069__ol14448153518319"><li id="kafka-ug-0069__li444823515317"><a href="CreateUserAndGrantPolicy.html">Creating a User and Granting DMS for Kafka Permissions</a><p id="kafka-ug-0069__p1622914242115">Create IAM users and grant them only the DMS for Kafka permissions required to perform a given task based on their job responsibilities.</p>
|
|
</li><li id="kafka-ug-0069__li2388104012329"><a href="kafka-ug-180604013.html">Creating a Kafka Instance</a><p id="kafka-ug-0069__p107121628193113">Kafka instances are tenant-exclusive, and physically isolated in deployment.</p>
|
|
</li><li id="kafka-ug-0069__li55410505327"><a href="kafka-ug-180604018.html">Creating a Kafka Topic</a><p id="kafka-ug-0069__p6871137131919">Create a topic for storing messages so that producers can produce messages and consumers can subscribe to messages.</p>
|
|
</li><li id="kafka-ug-0069__li885955793210"><a href="kafka-ug190605003.html">Connecting to an Instance</a><p id="kafka-ug-0069__p199933243357">The client uses commands to connect to Kafka instances in a private or public network, and produces and consumes messages.</p>
|
|
</li></ol>
|
|
<p id="kafka-ug-0069__p1971835713107"></p>
|
|
</div>
|
|
|