ClickHouse / ClickHouse/clickhouse-java
Thread safety of client-v2 Client
Open
area:docs
client-api-v2
enhancement
jdbc-v2
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 636
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 28
Description
Documentation for client-v2 never explicitly states that Client class is thread-safe or not. From code it appears to be thread-safe, but it would be very useful to have an official confirmation on whether the same Client object can be reused across threads or it should be created per thread.
Contributor guide
Assessment
This issue has not been assessed yet.