Skip to content

Commit 7b923ca

Browse files
committed
fix
1 parent b68034b commit 7b923ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kafka_proxy/actors/kafka_produce_actor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ using namespace NKikimrClient;
1919
// Each request can contain data for writing to several topics, and in each topic to several partitions.
2020
// When a request to write to an unknown topic arrives, the actor changes the state to Init until it receives
2121
// information about all the topics needed to process the request.
22-
//
22+
//
2323
// Requests are processed in parallel, but it is guaranteed that the recording order will be preserved.
2424
// The order of responses to requests is also guaranteed.
2525
//

0 commit comments

Comments
 (0)