0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go22 forks (22 forks)github user discovery
coregood first issueoperator
Repository metrics
- Stars
- 659 stars (659 stars)
- PR merge metrics
- Avg merge 1m (Avg merge 1m)1 merged PR in 30d (1 merged PR in 30d)
Contributor guide
- Research direction
- Examine the existing operators in the repository, especially #57 which might have related work. Understand the 'fanout' pattern in reactive streams (distributing items to multiple subscribers). Then implement a new operator following the existing API conventions.
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GoReactive programming concepts