Skip to content

AbhimanyuHK/Kafka-Activator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Play application
=================================

This file will be packaged with your application when using `activator dist`.

Controllers
===========

- HomeController.java:

  Shows how to handle simple HTTP requests.

Run Application
===============

user@Kafka-Activator-app $ activator testProd

Produce message
===============

http://localhost:9000/producer?topic="topic name "&message="new message"