Skip to content

Commit 3324d00

Browse files
authored
Merge edb591f into 0378eff
2 parents 0378eff + edb591f commit 3324d00

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ydb/services/lib/actors/pq_schema_actor.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,6 @@ namespace NKikimr::NGRpcProxy::V1 {
136136
}
137137

138138
if (rr.important()) {
139-
if (AppData(ctx)->PQConfig.GetTopicsAreFirstClassCitizen()) {
140-
return TMsgPqCodes(
141-
TStringBuilder() << "important flag is forbiden for consumer " << rr.consumer_name(),
142-
Ydb::PersQueue::ErrorCode::VALIDATION_ERROR
143-
);
144-
}
145139
config->MutablePartitionConfig()->AddImportantClientId(consumerName);
146140
}
147141

0 commit comments

Comments
 (0)