feature-service-java-api · JAX-RS API for A REST Enabled Feature Service. Servers are expected to implement this API.
Group: cd.connect.features - All Dependencies
feature-service · This is the core functionality of the feature toggle service. It orchestrates the GRPC and REST clients and validates their changes and pushes them to the backend.
feature-service-client-base · Accelerate Feature Toggle base client for Java.
feature-service-db-api · A database backend needs to implement this code only API. It is implemented by SQL and ectd.
service-rest-openapi-java · This is the compiled Jersey API for the client and server side of Java REST.
feature-grpc-api · This artifact contains the GRPC proto file and compiled client libraries for such.
feature-service-client-rest · Accelerate Feature Toggle REST client for Java.
feature-service-client-grpc · Accelerate Feature Toggle GRPC client for Java.
feature-service-sql · The SQL backend for the feature toggle service. It is ebean and you need to include your versions of those dependencies. This has been successfully deployed under Spring/Jetty and Netty+Jersey+GRPC.
feature-db-sql · The SQL backend for the feature toggle service. It is ebean and you need to include your versions of those dependencies. This has been successfully deployed under Spring/Jetty and Netty+Jersey+GRPC.
feature-db-inmemory · This is an in memory demo focused copy of the feature db.
feature-service-rest · This is the core functionality of the feature toggle service. It orchestrates the GRPC and REST clients and validates their changes and pushes them to the backend.
openapi · This is the OpenAPI definition for shared use across multiple clients. The WebSocket API will use the same objects.
feature-service-grpc · This is the core functionality of the feature toggle service. It orchestrates the GRPC clients and validates their changes and pushes them to the backend.