/reactive-liberty

A demo of reactive microservices using rxjava and netflix hystrix that runs on IBM WebSphere Liberty Profile

Primary LanguageJava

Introduction

This is a sample project that demonstrates a simple microservice scenario that uses rxJava, Netflix Hystrix and integrates with IBM WebSphere Liberty (micro) profile. The repository contains two modules:

  • product backend - a RESTful microservice for product indices, product details and recommendations
  • product service - a RESTful microservice that creates a product overview using the backend services in a reactive manner

The folder liberty-server contains a sample liberty server configuration.