Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
/ kafka-samples Public archive

Ejemplo sencillo de cómo publicar y consumir mensajes en kafka.

Notifications You must be signed in to change notification settings

aoguerrero/kafka-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT: THIS PROJECT USES DEPRECATED LIBRARIES AND IS NOT MAINTAINED

Generar paquete

mvn clean package

Ejecutar

nohup java -jar target/kafka-samples.jar --consumer &> 1.log&
nohup java -jar target/kafka-samples.jar --consumer &> 2.log&  
nohup java -jar target/kafka-samples.jar --consumer &> 3.log&  
nohup java -jar target/kafka-samples.jar --consumer &> 4.log&

java -jar target/kafka-samples.jar --producer

tail -f *.log

About

Ejemplo sencillo de cómo publicar y consumir mensajes en kafka.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages