We already have a TLS integration test here
|
// Disabled as currently no TLS integration tests |
|
#[ignore] |
|
#[tokio::test] |
but it is disabled because our CI doesn't set up any form of TLS. Would be nice if we could get this to work. Ideally the test would be gated by some environment variable like TLS_ENDPOINT so that developers can still run a rather simple cargo test locally.
We already have a TLS integration test here
rskafka/tests/client.rs
Lines 73 to 75 in 3af1939
but it is disabled because our CI doesn't set up any form of TLS. Would be nice if we could get this to work. Ideally the test would be gated by some environment variable like
TLS_ENDPOINTso that developers can still run a rather simplecargo testlocally.