cloudfoundry / cloudfoundry/stratos
Log Streaming does not work with the cf-for-k8s project.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 267
- Forks
- 137
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 77
Description
We received the following issue in the cf-for-k8s project: https://github.com/cloudfoundry/cf-for-k8s/issues/585
It looks like Startos relies on the Firehose v1 API from the cf-on-vms project. Cf-for-k8s does not implement the Firehose v1 or v2 apis and instead relies on the Log Cache API to access app logs.
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
Start with the linked cf_websocket_streams.go implementation and the Log Cache API README, then compare the current Firehose-based path with the API supported by cf-for-k8s. Done means Log Streaming works with cf-for-k8s without relying on Firehose v1 or v2.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, cloud, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100