Java EE eBooks on Leanpub
DZone Java Caching Refcard
-
Join 128 other subscribers
-
Recent Posts
- Basics of Kubernetes Volumes – Part 1 September 24, 2019
- Using Azure Disk to add persistent storage for your Kubernetes apps on Azure September 23, 2019
- “Kubernetes in a Nutshell” — blog series September 21, 2019
- My Tweets
Categories
- Books (6)
- Caching (1)
- Cloud (7)
- Docker (5)
- Java (136)
- Knowledge (1)
- kubernetes (8)
- NoSQL (2)
- Oracle Cloud (5)
- Oracle Directory Services (1)
- Oracle Identity & Access Management (1)
- Oracle Identity Governance (12)
- Oracle Identity Manager (17)
- Oracle Priviledged Account MAnager (1)
- Oracle Privileged Account Manager (2)
- Oracle Unified Directory (1)
- Productivity (1)
- serverless (2)
- Uncategorized (2)
- Follow Head in the clouds on WordPress.com
Tag Archives: kafka
Deep dive into Kubernetes components required to run stateful Kafka Streams applications
Happy to get feedback via @abhi_tweeter or just drop a comment! One of the previous blogs was about building a stateless stream processing application using the Kafka Streams library and deploying it to Kubernetes as in the form of a … Continue reading
Tutorial: Develop a Kafka Streams application for data processing and deploy it to Kubernetes
This tutorial will guide you through how to build a stateless stream processing application using the Kafka Streams library and run it in a Kubernetes cluster on Azure (AKS). As you go through this, you’ll learn about the following: What … Continue reading
How to quickly test connectivity to your Azure Event Hubs for Kafka cluster, without writing any code
You have a shiny new Kafka enabled broker on Azure Event Hubs and want to quickly test it out without writing cumbersome client (producer and consumer) code. Try out the instructions in this post and you should (hopefully) have everything … Continue reading
Session @ Oracle Code San Francisco 2017
Here are the details for my talk @ Oracle Code (a track at JavaOne 2017) – Streaming Solutions for Real time problems (Stream Processing solutions using Apache Kafka, Kafka Streams and Redis) Code (Github) – https://github.com/abhirockzz/accs-ehcs-stream-processing Video Slides Streaming Solutions for … Continue reading
Posted in Cloud, Java EE
Tagged kafka, kafka streams, NoSQL, Oracle Application Container Cloud, Oracle Cloud, paas, Redis, stream processing
Leave a comment
Java EE + Debezium
I just published a post – Debezium test drive. It uses Kafka and Java EE… check it out if this interests you Cheers!
Posted in Java, Java EE
Tagged change data capture, debezium, docker, docker compose, javaee, kafka, mysql
Leave a comment
kafEEne #2: Kafka & Concurrency Utilities
Yet another blog post of the kafEEne series – this time, its Java EE Concurrency Utilities in action along with Kafka. As usual, the code is on Github and you can refer to the README on how to get this up … Continue reading
Posted in Java EE
Tagged concurrency utilities, docker, ejb, executor service, javaee, kafEEne, kafka
Leave a comment
kafEEne #1: Websocket & Kafka
Say hello to kafEEne ! A blog series which will show Kafka and Java EE examples This one is about Kafka + (Java EE) Websocket API. Code is on Github and you can refer to the README on how to get this … Continue reading