We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68034b commit 7b923caCopy full SHA for 7b923ca
ydb/core/kafka_proxy/actors/kafka_produce_actor.h
@@ -19,7 +19,7 @@ using namespace NKikimrClient;
19
// Each request can contain data for writing to several topics, and in each topic to several partitions.
20
// When a request to write to an unknown topic arrives, the actor changes the state to Init until it receives
21
// information about all the topics needed to process the request.
22
-//
+//
23
// Requests are processed in parallel, but it is guaranteed that the recording order will be preserved.
24
// The order of responses to requests is also guaranteed.
25
//
0 commit comments