Replies: 2 comments
-
Work for this has started on this branch https://github.com/IBM/core-dump-handler/tree/cloud-event |
Beta Was this translation helpful? Give feedback.
-
Initial implementation released in #122 v8.9.0 as experimental |
Beta Was this translation helpful? Give feedback.
-
Reading through the FAQ on providing your own uploader and came to the conclusion providing a system that implements file lock seems a little heavy handed
https://github.com/IBM/core-dump-handler/blob/main/FAQ.md#how-should-i-integrate-my-own-uploader.
For v8.0.0 I am considering adding cloud events https://github.com/cloudevents/sdk-rust
This would mean that k8s environments that have knative installed could very simply leverage those events without having to code the file lock semantics while 3rd party services can simply provide an http endpoint.
Currently considering 2 events
useINotify=false
Need to consider how failed requests are handled - exponential backoffs with a threashold to write to disk?
CC @tjungblu
Beta Was this translation helpful? Give feedback.
All reactions