File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ydb/core/kafka_proxy/actors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,11 +140,11 @@ void TKafkaMetadataActor::ProcessTopics() {
140
140
}
141
141
142
142
TActorId TKafkaMetadataActor::SendTopicRequest (const TMetadataRequestData::TMetadataRequestTopic& topicRequest) {
143
- KAFKA_LOG_D (" Describe partitions locations for topic '" << *topicRequest.Name << " ' for user '" << Context-> UserToken -> GetUserSID ( ) << " '" );
143
+ KAFKA_LOG_D (" Describe partitions locations for topic '" << *topicRequest.Name << " ' for user '" << GetUsernameOrAnonymous (Context ) << " '" );
144
144
145
145
TGetPartitionsLocationRequest locationRequest{};
146
146
locationRequest.Topic = NormalizePath (Context->DatabasePath , topicRequest.Name .value ());
147
- locationRequest.Token = Context-> UserToken -> GetSerializedToken ( );
147
+ locationRequest.Token = GetUserSerializedToken (Context );
148
148
locationRequest.Database = Context->DatabasePath ;
149
149
150
150
PendingResponses++;
You can’t perform that action at this time.
0 commit comments