Stream Processing Like You Have Never Seen Before

TL;DR This is playbook for «Stream Processing like you have never seen before» talk Full source code is available Table 1. Revisions history Version Date Comments v1.1 11/05/2019 Updated version, presented at NYC Cloud Native meetup v1.0 09/05/2019 Initial revision, presented at DC Spring Meetup Spring Kafka Application Getting started Go to https://start.spring.io and generate project using «Spring for Apache Kafka», «Spring for Apache Kafka Streams», «Lombok», «Cloud Streams» ...

September 5, 2019 · 4 min · Viktor Gamov

Codemash 2017

Caching Made Bootiful Have you seen it? Do you like it? Loading... Slides [Codemash] Caching Made "Bootiful"! from Viktor Gamov Grab the code You can find code sample is following GH repository https://github.com/gAmUssA/bootiful_codemash2017 Each branch represents parts of the talk: 00-Inception - starting point of this talk, introduction of a slow service 01-EnableCaching - we’re trying to fix slowness by enabling Spring Caching Abstraction 02-EnableEmbeddedDistributedCaching - go distributed with embedded Hazelcast cluster. 02-EnableClientClusterDistributedCaching - distributed client-cluster topology 03-EnterJCache - with standard API for caching we can remove bunch of code and enable nice features like entry listeners ...

January 12, 2017 · 1 min · Viktor Gamov

Caching Made Bootiful — Hazelcast Way

TL;DR Source code from this blog is posted on the Hazelcast Code Examples repository on Github. The folks at OpenCredo recently published a blog post entitled «Running and Testing Hazelcast in a Spring Boot Application». They introduce some of the basic features of Hazelcast including: Spring dependency injection, how to embed it in a Spring Boot application and write simple integration tests. It is a really good first reading if your using Spring. Make sure you check it out. ...

December 31, 2015 · 5 min · Viktor Gamov