PayU / Ratel

Service Discovery - SOA in a simple way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ratel - service discovery

Build Status Maven Central

client->ratel->server

FooClient.java in Client application

@Service
public class FooClient {

    @Discover
    private FooService fooService;

    ...

}

FooService.java in Server application

@Service
@Publish
public class FooServiceImpl implements FooService {

    ...

}

FooService is auto-discovered by client application.

Reporting bugs and feature requests

We use github issues to track bugs, improvements and feature requests.
If you find security bug you can also send info to <security@payu.com>

Contributing

Your contribution is welcome.
Please send pull request to development branch
it is the only branch where we can accept your changes.

Please visit project wiki for more info

WIKI

About

Service Discovery - SOA in a simple way

License:Apache License 2.0


Languages

Language:Java 98.0%Language:HTML 1.9%Language:CSS 0.0%Language:Shell 0.0%