-
#!/bin/bash
#sudo apt update && upgrade
sudo apt install libssl-dev -y
sudo apt install -y openssl
# Install curl if not installed
if ! command -v curl >/dev/null 2>&1; then
sudo apt insta…
-
#### What happened:
As shown for HTTP middleware the `selector` middleware works, but not the case with grpc
https://github.com/go-kratos/beer-shop/blob/a29eae57a9baeae9969e9a7d418ff677cf494a21/…
-
You can directly pull GPS location data from the dish with the grpcurl command `grpcurl -plaintext -emit-defaults -d '{"getLocation":{}}' 192.168.100.1:9200 SpaceX.API.Device.Device/Handle` as long as…
-
## Context
@renaynay and @cristaloleg had a validator with a broken config (app.toml, config.toml)
## Problem
The broken config resulted in this symptom:
```
$ grpcurl -plaintext -d '{"su…
-
Winget added a "portable zip installer/*portable app*" type of package.
You can add the package by either adding a package request (that will be processed by bots) or creating a PR yourself.
I can…
-
Seems GrpCurl is missing support for being able to add a sub directory for the request call.
Tried
- Adding to address param (obv throws an error)
- Adding as fully qualified symbol is not suppor…
d1820 updated
2 years ago
-
If I setup a service using the tag `urlprefix-/ proto=grpc grpcservername=my.first.service` I am able to hit it using `grpcurl -plaintext 127.0.0.1:5555 my.first.service/MyMethod`. However, if I try t…
-
**describe**
```js
$ grpcurl --plaintext localhost:8000 describe
sf.substreams.sink.kv.v1.Kv is a service:
service Kv {
rpc Get ( .sf.substreams.sink.kv.v1.GetRequest ) returns ( .sf.substrea…
-
[Updated] I was looking for an example grpcurl script that has full parameters required to change the power target on a miner. My use case is to run miner at the lowest power possible during evening,…
-
## Expected Behavior
We are trying to setup multi-cluster replication and for that purpose need to configure the `clusterMetadata` of the Temporal configuration. This is described [here](https://do…