Coder Social home page Coder Social logo

kie-java-client's Introduction

kie-java-client

The java client for kie

The way to get the ApiDoc:

After you launch kie server, you can browse API doc in http://127.0.0.1:30110/apidocs.json, copy this doc to http://editor.swagger.io/

客户端功能特性

  1. 提供kie原生的 open api客户端。
  2. 支持获取单文件级别的配置获取。
  3. 支持多层次、层级的配置获取以及优先级聚合。
  4. 对外开放扩展,用户自定义label以及其含义。
  5. 通过长轮训(long polling)+全量拉取机制获取配置。
  6. 支持客户端落盘机制,以适应在极端环境下后端节点故障/网络故障、业务服务重启的发生。

功能路标

  1. 支持增量配置的拉取,减少网络消耗以及服务端压力。
  2. 支持客户端限流的实现,避免网络发生错误时频繁请求。
  3. 支持解析ini和json格式的配置内容。
  4. 在进行marshal时要区分不同value type的优先级,目前没有区分,优先级随机,可能发生覆盖。
  5. 同一label下的config都会接受到event,所以会出现接收到event但是配置没有发生变化的情况,业务要自己评估影响。

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.