File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,8 @@ namespace NKikimr::NGRpcProxy::V1 {
254
254
passwordHash = MD5::Data (pair.second );
255
255
passwordHash.to_lower ();
256
256
hasPassword = true ;
257
+ } else {
258
+ return TMsgPqCodes (TStringBuilder () << " Consumer attribute " << pair.first << " is not supported" , Ydb::PersQueue::ErrorCode::INVALID_ARGUMENT);
257
259
}
258
260
}
259
261
if (serviceType.empty ()) {
@@ -543,7 +545,7 @@ namespace NKikimr::NGRpcProxy::V1 {
543
545
return Ydb::StatusIds::BAD_REQUEST;
544
546
}
545
547
}
546
- } else if (pair.first == " _message_group_seqno_retention_period_ms" ) {
548
+ } else if (pair.first == " _message_group_seqno_retention_period_ms" ) {
547
549
partConfig->SetSourceIdLifetimeSeconds (NKikimrPQ::TPartitionConfig ().GetSourceIdLifetimeSeconds ());
548
550
if (!pair.second .empty ()) {
549
551
try {
You can’t perform that action at this time.
0 commit comments