Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Apache Kafka for Developers using Spring  Boot[LatestEdition] Vote_lcapApache Kafka for Developers using Spring  Boot[LatestEdition] Voting_barApache Kafka for Developers using Spring  Boot[LatestEdition] Vote_rcap 
ПΣӨƧӨFƬ
Apache Kafka for Developers using Spring  Boot[LatestEdition] Vote_lcapApache Kafka for Developers using Spring  Boot[LatestEdition] Voting_barApache Kafka for Developers using Spring  Boot[LatestEdition] Vote_rcap 
ℛeℙ@¢ᴋ€r
Apache Kafka for Developers using Spring  Boot[LatestEdition] Vote_lcapApache Kafka for Developers using Spring  Boot[LatestEdition] Voting_barApache Kafka for Developers using Spring  Boot[LatestEdition] Vote_rcap 
missyou123
Apache Kafka for Developers using Spring  Boot[LatestEdition] Vote_lcapApache Kafka for Developers using Spring  Boot[LatestEdition] Voting_barApache Kafka for Developers using Spring  Boot[LatestEdition] Vote_rcap 
大†Shinegumi†大
Apache Kafka for Developers using Spring  Boot[LatestEdition] Vote_lcapApache Kafka for Developers using Spring  Boot[LatestEdition] Voting_barApache Kafka for Developers using Spring  Boot[LatestEdition] Vote_rcap 
Engh3
Apache Kafka for Developers using Spring  Boot[LatestEdition] Vote_lcapApache Kafka for Developers using Spring  Boot[LatestEdition] Voting_barApache Kafka for Developers using Spring  Boot[LatestEdition] Vote_rcap 
ronaldinho424
Apache Kafka for Developers using Spring  Boot[LatestEdition] Vote_lcapApache Kafka for Developers using Spring  Boot[LatestEdition] Voting_barApache Kafka for Developers using Spring  Boot[LatestEdition] Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Winxvideo AI 3.1.0.0 (x64) Multilingual
Apache Kafka for Developers using Spring  Boot[LatestEdition] EmptyHoy a las 2:38 pm por ПΣӨƧӨFƬ

» AnyMP4 Video Converter Ultimate 8.5.58 (x64) Multilingual
Apache Kafka for Developers using Spring  Boot[LatestEdition] EmptyHoy a las 2:34 pm por ПΣӨƧӨFƬ

» 4Videosoft Video Converter Ultimate 7.2.60 (x64) Multilingual
Apache Kafka for Developers using Spring  Boot[LatestEdition] EmptyHoy a las 2:19 pm por ПΣӨƧӨFƬ

» Maplesoft Maple 2024.1.1 (x64) Multilingual
Apache Kafka for Developers using Spring  Boot[LatestEdition] EmptyHoy a las 1:58 pm por tano1221

» ARES Commander 2025.1 Build 25.1.1.2142 (x64)
Apache Kafka for Developers using Spring  Boot[LatestEdition] EmptyHoy a las 1:56 pm por tano1221

» R-Studio 9.4 Build 191332 Technician |Network Multilingual
Apache Kafka for Developers using Spring  Boot[LatestEdition] EmptyHoy a las 1:43 pm por tano1221

» AOMEI Partition Assistant 10.4.1 Multilingual+ WinPE
Apache Kafka for Developers using Spring  Boot[LatestEdition] EmptyHoy a las 1:30 pm por tano1221

» Disk Pulse Pro/ Ultimate / Enterprise 16.2.24 
Apache Kafka for Developers using Spring  Boot[LatestEdition] EmptyHoy a las 1:26 pm por tano1221

» Chaos Vantage 2.5.0 (x64)
Apache Kafka for Developers using Spring  Boot[LatestEdition] EmptyAyer a las 10:34 pm por ℛeℙ@¢ᴋ€r

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Apache Kafka for Developers using Spring Boot[LatestEdition]

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
Invitado
Invitado



Apache Kafka for Developers using Spring  Boot[LatestEdition] Empty
MensajeTema: Apache Kafka for Developers using Spring Boot[LatestEdition]   Apache Kafka for Developers using Spring  Boot[LatestEdition] EmptyMar Mayo 26, 2020 4:20 am

Apache Kafka for Developers using Spring  Boot[LatestEdition] 4c4a6c41f172accf61ea855e4f93890f

Apache Kafka for Developers using Spring Boot[LatestEdition]
h264, yuv420p, 1280x720 |ENGLISH, aac, 48000 Hz, 2channels | 8h 09mn | 3.37 GB
Created by: Dilip S

Learn to build enterprise standard Kafka producers/consumers with Kafka Unit/Integration tests using Spring Boot.

What you'll learn

Apache Kafka and its Internals
Build Enterprise Standard Kafka Client Applications using Spring Boot
Writing Unit Tests using JUnit
Writing Integration tests using JUnit and Embedded Kafka
Build End to End application using Kafka Producer/Consumer and Spring Boot

Requirements

Java 11 or greater is required
Intellij or Eclipse or Similar IDE
Knowledge about Spring Boot
Experience writing tests using JUnit
Gradle or Maven Knowledge is needed

Description

This course is structured to give you a theoretical and coding experience with Apache Kafka using SpringBoot. This course is targeted for developers who would like to build enterprise standard Kafka Client applications using SpringBoot.

If you are looking forward to learning the below-listed things:

Use cases where Kafka fits really well

Internals of Kafka and how it works

Built Enterprise Standard Kafka Client Applications using Producer/Consumer API using Spring Boot

Unit/Integration Tests for the Kafka Client Applications

Then this is the right course for you. This is a pure hands-on oriented course where you will be learning the concepts through code.

By the end of this course, you will have a complete understanding of coding and implementing Kafka Clients using SpringBoot with Producer/Consumer API.

Getting Started with Kafka

In this section, I will give you all a quick introduction to Apache Kafka, terminologies and different client APIs that are part of Kafka

Download and Install Kafka

In this section, we will download the Kafka distribution from the Kafka Website.

Understanding Kafka Components and its Internals - (Theory + Hands-On)

In this section, we will explore the Kafka internals from a theoretical perspective followed by hands-on exploring the Kafka internals.

Learn about the Topics and Partitions in Kafka

Setup a Local Kafka Cluster with Multiple Brokers

Producer/Consumer messages in the Kafka Cluster

Learn about Consumer Offsets and Consumer Groups

Commit Log and Retention Policy

Learn about Kafka Load Distribution and Fault Tolerance and Robustness

Application OverView

This section covers the application that we are going to build as part of this course.

Build SpringBoot Kafka Producer - Hands-On

In this section, we will learn about building a Kafka Producer using Spring Boot.

Build RestAPI through which the events can be posted into the application from the outside world

Explore KafkaTemplate to publish the data into the Kafka Topic

Learn different approaches to produce the message into the Kafka

Learn to publish the Kafka Record using Headers

Integration Testing using JUnit5 - Hands-On

In this section, we will learn about different approaches to writing Integration tests using Embedded Kafka.

Write Integration test cases to interact with the API using JUnit5

Write Integration test cases to interact with Embedded Kafka using JUnit5

Unit Testing using JUnit5- Hands-On

In this section, we will learn about different approaches to writing unit tests Kafka Producer.

Write Unit Tests to the controller layer using @WebMVC annotation and MockMVC

Add the validations to the request payload in the endpoint

Write Custom Error Handler for different response codes

Kafka Producer - Sending Message With Key - Hands-On

In this section, we will learn about sending the record to Kafka Topic with Key.

Kafka Producer - Important Configurations

In this section, we will learn about different key configurations to consider when it comes to reliable message delivery to Kafka

Build SpringBoot Kafka Consumer - Hands-On

In this section, we will learn about building a Kafka Consumer using Spring Boot.

Set up the base consumer project library-events consumer

Learn about different Spring Kafka Terminologies which are necessary to configure a Kafka Consumer

Learn about how to configure a Kafka Consumer using the @KafkListener Annotation

Learn about how "Spring Boot Auto Configuration works behind the scenes for Kafka Consumer"

Consumer Groups and Consumer Offset Management- Hands-On

In this section, we will code and learn about consumer groups and offset management.

Demonstration how Consumer Groups plays a vital role when it comes to scalable message consumption and consumer rebalance

Learn about the Default consumer offset management by Kafka

Learn about how consumer offset can be manually managed from the application

Demonstration of how to achieve scalable message consumption by increasing the concurrency level to greater than 1

Persisting Library Events in DB - Using H2 InMemory DataBase

In this section, we will code and learn about integrating the DB layer into the library-events-consumer using Spring JPA.

Configuring the H2 In-Memory DB

Create LibraryEvent and Book Entity

Build Service Layer to process LibraryEvent - ADD Event Type

Build Service Layer to process LibraryEvent - MODIFY Event Type

Integration Testing using Embedded Kafka - Kafka Consumer

In this section, we will code and learn to write the Integration tests for the Kafka Consumer.

Configure Embedded Kafka for Integration Tests

Write the Integration test for posting a "NEW" LibraryEvent

Write the Integration test for posting an "UPDATE" LibraryEvent

Integration Tests for Real Databases using TestContainers

Error Handling, Retry and Recovery - Kafka Consumers

In this section, we will learn about the different error handling techniques that are available for Kafka Consumer.

Custom Error Handler

Retry in Kafka Consumer

Retry SpecificExceptions using Custom RetryPolicy

Recovery in Kafka Consumer

Handling Recovery in Kafka Consumer

Error Handling, Retry/Recovery - Kafka Producer

Error Handling in Kafka Producer

Retry in Kafka Producer - Broker Not Available

Retry in Kafka Producer - Min.in.sync.replicas

Retain/Recover Failed Records in Kafka Producer

By the end of this you will have a complete understand and knowledge of building enterprise standard Kafka Consumers and Producers using Spring Boot with the Unit and Integration tests using EmbeddedKafka.
Who this course is for:

Java/Spring Developers who would like to build Producers/Consumers using Apache Kafka
Anyone willing to learn about Apache Kafka and implement using SpringBoot

Screenshots

Apache Kafka for Developers using Spring  Boot[LatestEdition] Be8be020c276c578bad31c6a4d7c08b2

Download link:
Citación :
rapidgator_net:
https://rapidgator.net/file/6ba6479bc025cf94412d3fc12c9ada3d/qvpft.Apache.Kafka.for.Developers.using.Spring.BootLatestEdition.part1.rar.html
https://rapidgator.net/file/abe43006f25669f3c8207cd5bc272aa4/qvpft.Apache.Kafka.for.Developers.using.Spring.BootLatestEdition.part2.rar.html
https://rapidgator.net/file/097f747972dcb4e668b7d2279fdd50e9/qvpft.Apache.Kafka.for.Developers.using.Spring.BootLatestEdition.part3.rar.html
https://rapidgator.net/file/164aa96cd5ce66749d7d5f8f35b5f576/qvpft.Apache.Kafka.for.Developers.using.Spring.BootLatestEdition.part4.rar.html

nitroflare_com:
https://nitroflare.com/view/E37A461B017BE17/qvpft.Apache.Kafka.for.Developers.using.Spring.BootLatestEdition.part1.rar
https://nitroflare.com/view/525A780FA6FD854/qvpft.Apache.Kafka.for.Developers.using.Spring.BootLatestEdition.part2.rar
https://nitroflare.com/view/68713588A6F5E4D/qvpft.Apache.Kafka.for.Developers.using.Spring.BootLatestEdition.part3.rar
https://nitroflare.com/view/4D8E67C7651B597/qvpft.Apache.Kafka.for.Developers.using.Spring.BootLatestEdition.part4.rar

uploadgig_com:
http://uploadgig.com/file/download/8da0d54058555126/qvpft.Apache.Kafka.for.Developers.using.Spring.BootLatestEdition.part1.rar
http://uploadgig.com/file/download/71F0d0C5310b5612/qvpft.Apache.Kafka.for.Developers.using.Spring.BootLatestEdition.part2.rar
http://uploadgig.com/file/download/3852906b1e549cd7/qvpft.Apache.Kafka.for.Developers.using.Spring.BootLatestEdition.part3.rar
http://uploadgig.com/file/download/77e13d8b97c68a67/qvpft.Apache.Kafka.for.Developers.using.Spring.BootLatestEdition.part4.rar

Links are Interchangeable - No Password - Single Extraction
Volver arriba Ir abajo
 

Apache Kafka for Developers using Spring Boot[LatestEdition]

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-