We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aeon exports an URI and params to connect into the aeon.grpc role as an advertise URI (not listen):
aeon.grpc
advertise
listen
instances: aeon-grpc-router-001: roles_cfg: aeon.grpc: listen: uri: 'http://localhost:50051/' params: transport: 'ssl' ssl_key_file: './ssl_cert/server.key' ssl_cert_file: './ssl_cert/server.crt' advertise: uri: 'http://localhost:50051/' params: transport: 'ssl'
The command:
tt aeon connect -c config instance
Should be able to connect to an instance described in the cluster config.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Aeon exports an URI and params to connect into the
aeon.grpc
role as anadvertise
URI (notlisten
):The command:
Should be able to connect to an instance described in the cluster config.
The text was updated successfully, but these errors were encountered: