Skip to content

kptfh/sync-reactor-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sync-reactor-async

Allows to build reactive sync API for async services. While migrating to async approach, some legacy services may still require sync interfaces. Basic approach for migration is to call some method and then wait for message in Kafka or periodically poll Rest endpoint. Traditional blocking approach may run out of threads on highly loaded service. Reactive approach guarantee much more higher capacity.

About

Allows to build reactive sync API for async services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages