fluvio 0.50.1

The official Fluvio driver for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version = "1.0"
current_profile = "local"
[profile.local]
cluster = "local"
[cluster.local]
addr = "localhost:9003"

[cluster.local.tls]
tls_policy = "verified"
tls_source = "inline"

[cluster.local.tls.certs]
key = "ABCDEFF"
cert = "JJJJ"
ca_cert = "XXXXX"
domain = "my_domain"