is not current version
Last Version 1.1

codes.rafael.feed:feed-client-kafka 1.0

This library implements persistent and consistent processing of feed data without making assumptions of a feed's structure or source. In this context a feed can represent any chain of data that can be implemented as the `FeedEndpoint` interface of the *feed-api* module.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

codes.rafael.feed
ArtifactId

ArtifactId

feed-client-kafka
Version

Version

1.0
Type

Type

jar
Description

Description

This library implements persistent and consistent processing of feed data without making assumptions of a feed's structure or source. In this context a feed can represent any chain of data that can be implemented as the `FeedEndpoint` interface of the *feed-api* module.
Source Code Management

Source Code Management

http://github.com/raphw/skatteprosessen-feed/tree/master/feed-client-kafka

Download feed-client-kafka 1.0


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

Dependencies

compile (2)

Group / Artifact Type Version
codes.rafael.feed : feed-api jar 1.0
org.apache.kafka : kafka-clients jar 2.8.1

test (6)

Group / Artifact Type Version
codes.rafael.feed : feed-reader jar 1.0
codes.rafael.feed : feed-memory jar 1.0
junit : junit jar 4.13.2
org.assertj : assertj-core jar 3.21.0
org.testcontainers : kafka jar 1.16.2
org.slf4j : slf4j-simple jar 1.7.32

Project Modules

There are no modules declared in this project.