Skip to content

dmuchawiec/Ratel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ratel - service discovery

Build Status

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.

About

Service Discovery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.5%
  • HTML 3.4%
  • CSS 0.1%