Remove TCP service
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1k
- Forks
- 423
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 24
Description
Enhancement
Using clickhouse-client connect to tcp port, we can run a lot of queries without limitation, which brings secure issue.
But due to a lot of reply on TCP service, we can not remove it directly.
So, only able to open it on debug mode, and always disable it on release mode.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the TCP service used by clickhouse-client and compare how it is enabled in debug and release modes. Check the existing TCP replies before changing its availability. Done means the service remains available for debug builds, is disabled in release builds, and the relevant behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100