Remove the notion of a Fake subscription from PubsubIO
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 204
Description
PubsubSubscription should be cleaned up and references to a "Fake" type removed.
start_signal/ is no longer needed since StreamingCreate has been replaced with an UnboundedReadFromBoundedSource.
random/ was created but never used in Dataflow or Apache Beam
Imported from Jira [BEAM-496](https://issues.apache.org/jira/browse/BEAM-496). Original Jira may contain additional context.
Reported by: lcwik.
Contributor guide
Research direction
Start by locating PubsubIO and PubsubSubscription, then search for references to the "Fake" subscription type. Inspect the start_signal/ and random/ directories and their references; done means removing the obsolete subscription notion and unused components without leaving references behind.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering, stream-processing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100