connect-dns-provider

This is a small library to leverage DNS records of type SRV to avoid hardcoding lists of servers in Kafka Connect connector configurations

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.refeed
ArtifactId

ArtifactId

connect-dns-provider
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

connect-dns-provider
This is a small library to leverage DNS records of type SRV to avoid hardcoding lists of servers in Kafka Connect connector configurations
Project URL

Project URL

https://github.com/sortega/connect-dns-provider
Source Code Management

Source Code Management

https://github.com/sortega/connect-dns-provider/tree/master

Download connect-dns-provider

How to add to project

<!-- https://jarcasting.com/artifacts/org.refeed/connect-dns-provider/ -->
<dependency>
    <groupId>org.refeed</groupId>
    <artifactId>connect-dns-provider</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.refeed/connect-dns-provider/
implementation 'org.refeed:connect-dns-provider:1.0'
// https://jarcasting.com/artifacts/org.refeed/connect-dns-provider/
implementation ("org.refeed:connect-dns-provider:1.0")
'org.refeed:connect-dns-provider:jar:1.0'
<dependency org="org.refeed" name="connect-dns-provider" rev="1.0">
  <artifact name="connect-dns-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refeed', module='connect-dns-provider', version='1.0')
)
libraryDependencies += "org.refeed" % "connect-dns-provider" % "1.0"
[org.refeed/connect-dns-provider "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.kafka : kafka-clients jar 2.6.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0