aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/services/persqueue_v1/grpc_pq_codecs.h
blob: 11f93de4fe47452f6d5dba77fc7ae05f5bd58a56 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once
#include <ydb/core/protos/flat_scheme_op.pb.h> 
#include <util/generic/fwd.h>

namespace NKikimr::NGRpcProxy {
    // Validates that client can safely write to the topic data compressed with specific codec
    bool ValidateWriteWithCodec(const NKikimrPQ::TPQTabletConfig& pqTabletConfig, const ui32 codecID, TString& error);
}