Skip to content

Commit 14bc342

Browse files
committed
Removing a couple more mentions of bson.
1 parent aab0207 commit 14bc342

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/kubernetes/vtgate-controller-benchmarking-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
-port 15001
4444
-grpc_port 15991
4545
-tablet_protocol grpc
46-
-service_map 'bsonrpc-vt-vtgateservice,grpc-vtgateservice'
46+
-service_map 'grpc-vtgateservice'
4747
-cells_to_watch {{cell}}
4848
-tablet_types_to_wait MASTER,REPLICA
4949
-gateway_implementation discoverygateway

examples/kubernetes/vtgate-controller-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
-port 15001
4444
-grpc_port 15991
4545
-tablet_protocol grpc
46-
-service_map 'bsonrpc-vt-vtgateservice,grpc-vtgateservice'
46+
-service_map 'grpc-vtgateservice'
4747
-cells_to_watch {{cell}}
4848
-tablet_types_to_wait MASTER,REPLICA
4949
-gateway_implementation discoverygateway

examples/local/vtgate-up.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e
66

77
cell='test'
8-
web_port=15001 # This is also the bsonrpc port.
8+
web_port=15001
99
grpc_port=15991
1010

1111
script_root=`dirname "${BASH_SOURCE}"`
@@ -21,7 +21,7 @@ $VTROOT/bin/vtgate \
2121
-tablet_types_to_wait MASTER,REPLICA \
2222
-gateway_implementation discoverygateway \
2323
-tablet_protocol grpc \
24-
-service_map 'bsonrpc-vt-vtgateservice,grpc-vtgateservice' \
24+
-service_map 'grpc-vtgateservice' \
2525
-pid_file $VTDATAROOT/tmp/vtgate.pid \
2626
> $VTDATAROOT/tmp/vtgate.out 2>&1 &
2727

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="row">
1717
<div class="col-md-4">
1818
<h2><i class="fa fa-share-alt"></i>&nbsp;Connection pooling</h2>
19-
<p class="desc">Vitess eliminates the high-memory overhead of MySQL connections. Its BSON-based protocol lets Vitess servers easily handle thousands of connections at once.</p>
19+
<p class="desc">Vitess eliminates the high-memory overhead of MySQL connections. Its gRPC-based protocol lets Vitess servers easily handle thousands of connections at once.</p>
2020
<!--<p><a class="btn btn-default" href="/user-guide/sharding.html">View details</a></p>-->
2121
</div>
2222
<div class="col-md-4">

0 commit comments

Comments
 (0)