Skip to content

EasonXeu/go-event-uploader

Repository files navigation

This is a go sdk which can upload logs with a high performance

  1. This clien imported the tool Memory Analyser, we can use it to analyse performance convinently.
  2. The call to the produce.SendLog() method is returned immediately, so that the call site won't be blocked.
  3. The logs were not sent to backend successfully would be sent to retry queue. And all logs in the retry queue would be sent again in the future.
  4. The client would be closed safely, which can make sure there is no data missing, all logs which couldn't be sent successfully before closing would be saved in the file system, so that they can be sent in the next runtime.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages