apache / apache/brpc

Disable some specific protocols when they are not enabled in server

Open
#989 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C++
Stars
17.6k
Forks
4.1k
Avg merge
2d 12h
Merged PRs (30d)
69

Description

If server doesn't support rtmp, redis, etc., we want to skip the request parsing process using these protocols.

Contributor guide

Open the contributing guide

Research direction

Start by locating the server request-parsing entry points and the code that determines which protocols are enabled. Trace how unsupported RTMP, Redis, and similar protocols are currently handled. Done means requests using disabled protocols bypass their parsing process, with the behavior verified by appropriate tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend-api-design
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.