排序
🤔 `spring.kafka.consumer.fetch-min-size` Not Applying? Let’s Talk About It.
🤔 `spring.kafka.consumer.fetch-min-size` Not Applying? Let’s Talk About It.,So you’re building a Spring Boot Kafka consumer, tweaking those sweet application.properties, and the...
Wednesday Links – Edition 2025-04-02
Wednesday Links - Edition 2025-04-02, Wednesday Links (243 Part Series) 1 Wednesday Links - Edition 2020-05-27 2 Wednesday Links - Edition 2020-06-03 ... 239 more parts... 3 Wednes...
How to Join Lists in Kafka Streams Applications
How to Join Lists in Kafka Streams Applications,I recently joined a project where we do data processing with Kafka Streams applications and came across an interesting problem: 'lis...
Kafka и Spring: Почтовый голубь против почтовой службы
Kafka и Spring: Почтовый голубь против почтовой службы ,Представьте весенний лес. Солнышко светит, цвето...
Simplifying Apache Kafka with Spring Boot 3 and Cloud Stream
Simplifying Apache Kafka with Spring Boot 3 and Cloud Stream,In this article, we’ll craft a practical demo using Spring Boot 3, Spring Cloud Stream, and Apache Kafka to demonstrat...
JavaFX In Action #17 with Cormac Redmond about KafkIO, the Kafka UI for Engineers and Admins
JavaFX In Action #17 with Cormac Redmond about KafkIO, the Kafka UI for Engineers and Admins, JavaFX In Action (17 Part Series) 1 JavaFX In Action with Pedro Duque Vieira, aka Duke...
java人事档案管理系统的设计与实现
java人事档案管理系统的设计与实现,开发技术简介 开发语言:Java 框架:springboot JDK版本:JDK1.8 服务器:tomcat7 数据库:mysql 5.7(一定要5.7版本) 数据库工具:Navicat11 开发软件:ecl...
Event-Driven Microservices with Apache Kafka And Spring Boot: A Practical Guide
Event-Driven Microservices with Apache Kafka And Spring Boot: A Practical Guide, Introduction In modern microservices architecture, event-driven systems play a crucial role in enab...
Multi-Tenancy in Java-Based Microservice-Platform
Multi-Tenancy in Java-Based Microservice-Platform,Supporting multi-tenancy is often a crucial step for scaling your application and expanding its reach to a broader customer base. ...
Apache Kafka Project: Real-Time Twitter Streaming with Python
Apache Kafka Project: Real-Time Twitter Streaming with Python, Introduction Welcome to another blog in the Python-for-DevOps series! Today, we’ll explore Apache Kafka and how it c...
Understanding Kafka Keys: A Comprehensive Guide
Understanding Kafka Keys: A Comprehensive Guide,Apache Kafka is a robust distributed event-streaming platform widely used for building real-time data pipelines and applications. On...
Kafka Consumer – Committing consumer group offset
Kafka Consumer – Committing consumer group offset, Consumer group offset – an introduction What is a consumer group offset? It’s a way for a consumer to keep track of where it i...