Coder Social home page Coder Social logo

turbo-go-sdk's Introduction

turbo-go-sdk

Build Status

turbo-go-sdk's People

Contributors

ading1977 avatar amd-ibm avatar andreiastra avatar bcervenak avatar chlam4 avatar dblinn avatar dependabot[bot] avatar dongyiyang avatar enlinxu avatar esara avatar irfanurrehman avatar libai98 avatar lionelwuw avatar marvelyue avatar maxwangvmt avatar pallavidn avatar pamelasanchezvi avatar songbinliu avatar win32pro avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

turbo-go-sdk's Issues

switch to another gorilla/websocket package

According to the golang official statement,
This package(golang.org/x/net/websocket) currently lacks some features found in an alternative and more actively maintained WebSocket package: https://godoc.org/github.com/gorilla/websocket

The drawbacks of x/net/websocket are:

  • Less actively maintained;
  • Lack some features: especially the ping-pong protocol(RFC 6455), which is essential for keeping alive check.

Go SDK needs to enforce minima for discovery intervals and default for full discovery

The Java SDK now enforces the following discovery intervals when it parses the probe-conf.xml file:
Full Discovery (rediscovery-interval-seconds) must be >= 60. Also, if no rediscovery-interval-seconds is specified in the xml, use default value of 600 seconds.
Performance Discovery (performance-rediscovery-interval-seconds) - if specified, must be >=60. If not specified the ProbeInfo should return -1 for getPerformanceRediscoveryIntervalSeconds().
Incremental Discovery (incremental-rediscovery-interval-seconds) - if specified, must be >=1. If not specified the ProbeInfo should return -1 for getIncrementalRediscoveryIntervalSeconds().

including the original protobuf for easier comparison

It is important to know the changes of the canonical protobuf definition from sdk team.
Currently, only the generated go code of the protobuf is included in this repos. To know what has been changed, we have to checkout the protobuf definition from sdk team, generate the go code, and then do the comparison. This process is inconvenient and slow.

It would be easier for us to debug when there is a potential protobuf version mismatch between turbo-go-sdk, and the canonical version.

probe lack interface to add action policy and entity metadata

Current implementation of turbo.probe does not provide the interface to add action policy for entities.

Without this interface, two issues may occur:
(1) The default values of the action policy may change over time, which may break kubeturbo;
(2) Won't be able to change the settings of the entities. For example, containerPod should be able to be Cloneable, but the default settings for containerPod may be not.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.