This event has already taken place. Check upcoming events
Practical non-blocking microservices in Java 8
Event:
Practical non-blocking microservices in Java 8
Event type:
Meetup
Category:
Topic:
Date:
29.09.2016 (thursday)
Time:
18:00
Language:
English , Polish
Price:
Free
City:
Log in, by zgłosić zmianę.
Description:
We will show how to write application in Java 8 that do not waste resources and which can maximize effective utilization of CPU/RAM. There will be presented comparison of blocking and non-blocking approach for I/O and application services. Based on microservices implementing simple business logic in security/cryptography/payments domain, we will demonstrate following aspects:
- NIO at all edges of application
- popular libraries that support NIO
- single instance scalability
- performance metrics (incl. throughput and latency)
- resources utilization
- code readability with CompletableFuture
- application maintenance and debugging