All posts in " apache-kafka "
Share

Back to Engineering Vol. 2: A Path to Wisdom

By Aykut Bulgu / August 21, 2023

A Path to “Wisdom” I have been a Java developer for about 17 years already, starting with Java 1.4 and Struts 1.2 and JSP-related stuff. I had a chance to use many other frameworks such as Spring, JSF, Spring Boot, and as a web developer, I enjoyed developing Java for web programming. This was the […]

Share

Back to Engineering: An engineer’s gainings through time

By Aykut Bulgu / November 29, 2022

EDIT: As of August 21, I am joining the Ansible Lightspeed engineering team. Stay tuned for another possible article about it! EDIT2: Here is the new article: Back to Engineering Vol. 2: A Path to Wisdom TL;DR: As of December 1st, I am starting a new job in Red Hat, this time as a Principal […]

Share

A Cheat Sheet for Strimzi Kafka CLI

By Aykut Bulgu / August 31, 2021

TL;DR: You can download the Strimzi CLI Cheat Sheet from this link if you are curious about Strimzi CLI capabilities and want a kind of quick reference guide for it. It is a little bit more than one year since I first announced Strimzi Kafka CLI; a command-line interface for Strimzi Kafka Operator. It was […]

Share

Messaging Architectures for Cloud-Native Applications

By Aykut Bulgu / December 1, 2020

Table of Contents 1. Traditional Applications and Monoliths 1.1. Benefits and Drawbacks 2. Cloud-Native Applications and Microservices 2.1. Challenges 2.1.1. State 2.1.2. Synchronous Communication 2.2. Challenging the Challenges 2.2.1. Asynchronous Messaging and Messaging Architectures Point-to-Point Publish-Subscribe Hybrid model 2.2.2. Events & Event Sourcing 2.2.3. Change Data Capture 2.2.4. Command Query Responsibility Segregation (CQRS) 2.3. Solutions […]

Page 1 of 2