An open API service indexing awesome lists of open source software.

https://github.com/hendisantika/spring-boot-load-kafka

Synchronously Load 100000 Records into DB within seconds And Publish all the data to Kafka Topic And Consume it in Kafka Consumer Spring Boot Application
https://github.com/hendisantika/spring-boot-load-kafka

Last synced: about 2 months ago
JSON representation

Synchronously Load 100000 Records into DB within seconds And Publish all the data to Kafka Topic And Consume it in Kafka Consumer Spring Boot Application

Awesome Lists containing this project

README

        

# spring-boot-load-kafka

### Thing todo list

1. Clone this repository: `git clone https://github.com/hendisantika/spring-boot-load-kafka.git`
2. Navigate to the folder: `cd spring-boot-load-kafka`
3. Run the application: `mvn clean spring-boot:run`
4. Open your favorite browser: http://localhost:8080/swagger-ui

### Image Screenshot

Swagger UI

![Swagger UI](img/Swagger-UI.png "Swagger UI")