redpanda-data / redpanda-data/connect
Add socket processor
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 8.8k
- Forks
- 969
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 64
Description
There already are socket input & socket outputs, but there is no way to directly interact with TCP or UDP sockets in a processor.
I would like to have a sql input -> contact a binary tcp service -> sql output .
There is a possible way using the command processor but I wouldn't feed good putting it in production 😅
Contributor guide
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
The issue names no files or tests. Start by reviewing the existing socket input, socket outputs, and command processor, then determine the TCP and UDP behavior needed for a processor. Done means a production-suitable processor can connect a SQL input to a binary TCP or UDP service and pass results to a SQL output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking, stream-processing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100