We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578ab91 commit d0aa06bCopy full SHA for d0aa06b
ydb/public/lib/ydb_cli/commands/ydb_service_topic.cpp
@@ -881,6 +881,10 @@ namespace NYdb::NConsoleClient {
881
}
882
883
settings.AppendTopics(std::move(readSettings));
884
+
885
+ // This check was added for the static analyzer.
886
+ Y_ABORT_UNLESS(!settings.EventHandlers_.DataReceivedHandler_);
887
888
return settings;
889
890
@@ -1025,6 +1029,9 @@ namespace NYdb::NConsoleClient {
1025
1029
settings.MessageGroupId(*MessageGroupId_);
1026
1030
settings.ProducerId(*MessageGroupId_);
1027
1031
1032
1033
+ Y_ABORT_UNLESS(!settings.EventHandlers_.AcksHandler_);
1034
1028
1035
1036
1037
0 commit comments