Skip to content

sandu9618/monitor-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Steps

  • Start zookeeper
cd ..\kafka
.\bin\windows\zookeeper-server-start.bat config/zookeeper.properties
  • Start kafka server
cd ..\kafka
.\bin\windows\kafka-server-start.bat config/server.properties
  • Create Kafka topic
 .\bin\windows\kafka-topics.bat --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 3 --topic alert
  • Run Spring boot application
  • Run Angular application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages