diff options
author | Nikolay Shestakov <tesseract@ydb.tech> | 2024-05-23 13:57:21 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 13:57:21 +0500 |
commit | ae0ee005720bd4d3678b0b0bdf92250ff3e822ea (patch) | |
tree | a1708c271d80e93e99a192816a7e2057c6575ffb | |
parent | daae4610f74efb5573b4c4704766637b4318d910 (diff) | |
download | ydb-ae0ee005720bd4d3678b0b0bdf92250ff3e822ea.tar.gz |
Add codeowners for datastreams code (#4750)
-rw-r--r-- | .github/CODEOWNERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5ec33749d9..0c0a11674d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -15,3 +15,9 @@ /ydb/library/yql/yt @Krock21 @Krisha11 @zlobober @gritukan /ydb/services/fq/ @ydb-platform/fq + +/ydb/core/kafka_proxy @ydb-platform/Topics +/ydb/core/persqueue @ydb-platform/Topics +/ydb/services/datastreams @ydb-platform/Topics +/ydb/services/deprecated/persqueue_v0 @ydb-platform/Topics +/ydb/services/persqueue_v1 @ydb-platform/Topics |