Commit 2e58d947 authored by Vihang Mehta's avatar Vihang Mehta
Browse files

Update stale comment

Summary: TSIA

Test Plan: N/A

Reviewers: zasgar, michelle, #engineering

Reviewed By: michelle, #engineering

Differential Revision: https://phab.corp.pixielabs.ai/D7546

GitOrigin-RevId: 3170c64178bc0951fb7083a2cd2f5b41b9082e71
parent a57a50c7
No related merge requests found
Showing with 2 additions and 4 deletions
+2 -4
// Package bridge connects data between the vizier NATS domain and cloud nats domain by using a GRPC channel. Each Vizier
// gets a dedicated subset of nats domain in the from v2c.<shard_id>.<cluster_id>.* and c2v.<shard_id>.<cluster_id>.*.
// v2c = vizier to cloud messages, c2v = cloud to vizier messages. The shard ID is determined by hashing the cluster_id
// and it is fixed to be values between 000 and 100.
// v2c = vizier to cloud messages, c2v = cloud to vizier messages. The shard ID is determined by the first byte
// of the clusterID and is between 0x00 and 0xff.
//
// This package has the cloud counterpart to Vizier's cloud_connector/bridge component.
//
// TODO(zasgar/michelle): shards should be 00-99, will change shortly.
package bridge
import (
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment