Skip to content

piotrromanski/Ratel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.1%
  • HTML 1.9%