Skip to content

Commit

Permalink
Merge 64d5630 into 3516c45
Browse files Browse the repository at this point in the history
  • Loading branch information
loskutov authored May 16, 2024
2 parents 3516c45 + 64d5630 commit 8cee231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/services/persqueue_v1/actors/read_init_auth_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ bool TReadInitAndAuthActor::CheckTopicACL(
//TODO : add here checking of client-service-type password. Provide it via API-call.
if (!NPQ::HasConsumer(pqDescr.GetPQTabletConfig(), ClientId)) {
CloseSession(
TStringBuilder() << "no read rule provided for consumer '" << ClientPath << "' in topic '" << topic << "' in current cluster '" << LocalCluster,
TStringBuilder() << "no read rule provided for consumer '" << ClientPath << "' in topic '" << topic << "' in current cluster '" << LocalCluster << "'",
PersQueue::ErrorCode::BAD_REQUEST, ctx
);
return false;
Expand Down

0 comments on commit 8cee231

Please sign in to comment.