You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We think there is a chunking problem between Go and JavaScript which makes the watch get intermittent and silent failures. We think using Go from a Pepr modules to speak to kube-apiserver (also Go) could solve the problem. This would not affect the api surface area link
Describe the solution you'd like
Given we are running v8go
When a watch is occurring
Then events will not be silently dropped
Describe alternatives you've considered
(optional) A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is there any concern with the active maintenance of v8go? It looks like the last release was a year and a half ago, last commit was around the same time, and it appears to still be on go 1.17. There's also a decent amount of open issues and PRs, I think I might be concerned about relying on it for such a core part of pepr/kfc - not sure there is a lot of confidence that we could get issues fixed, CVEs resolved, etc in a timely manner.
Is there any concern with the active maintenance of v8go? It looks like the last release was a year and a half ago, last commit was around the same time, and it appears to still be on go 1.17. There's also a decent amount of open issues and PRs, I think I might be concerned about relying on it for such a core part of pepr/kfc - not sure there is a lot of confidence that we could get issues fixed, CVEs resolved, etc in a timely manner.
Definitely were concerns about the supportability, there is Sobek from Grafana that is more supported but the ultimate hesitation was around having to maintain support for native node libraries in Go and inject them into the runtime environment.
Is your feature request related to a problem? Please describe.
related issue: #745
We think there is a chunking problem between Go and JavaScript which makes the watch get intermittent and silent failures. We think using Go from a Pepr modules to speak to kube-apiserver (also Go) could solve the problem. This would not affect the api surface area
link
Describe the solution you'd like
Describe alternatives you've considered
(optional) A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: