Skip to content

Anar-Framework/anar-lib-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Integration Library for Anar Framework

Usage Guide

		<dependency>
	               <groupId>af.gov.anar.lib</groupId>
	                <artifactId>anar-lib-kafka</artifactId>
                        <version>${project.version}</version>
		</dependency>

add following in your application.properties

# Kafka Connect Host
kafka.connect.host=http://localhost:8083
#Kafka Rest Host
kafka.rest.host=http://localhost:9092
#Schema URL
kafka.schema.url=http://localhost:8081

tpd.topic-name=default-topic

Documentation

Refer to this repository Wiki section. https://github.com/Anar-Framework/anar-lib-kafka/wiki

About

Kafka Library of Anar Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages