License |
License |
---|---|
GroupId | GroupIduk.gov.gchq.palisade |
ArtifactId | ArtifactIdtopic-offset-service |
Last Version | Last Version0.5.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGCHQ Palisade - Topic-Offset Service
The Topic-Offset Service will watch a kafka topic and, upon a message meeting some prerequisite (a 'start-of-stream' header), output the commit offset of this message.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.palisade/topic-offset-service/ -->
<dependency>
<groupId>uk.gov.gchq.palisade</groupId>
<artifactId>topic-offset-service</artifactId>
<version>0.5.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/topic-offset-service/
implementation 'uk.gov.gchq.palisade:topic-offset-service:0.5.1-RELEASE'
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/topic-offset-service/
implementation ("uk.gov.gchq.palisade:topic-offset-service:0.5.1-RELEASE")
'uk.gov.gchq.palisade:topic-offset-service:jar:0.5.1-RELEASE'
<dependency org="uk.gov.gchq.palisade" name="topic-offset-service" rev="0.5.1-RELEASE">
<artifact name="topic-offset-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.palisade', module='topic-offset-service', version='0.5.1-RELEASE')
)
libraryDependencies += "uk.gov.gchq.palisade" % "topic-offset-service" % "0.5.1-RELEASE"
[uk.gov.gchq.palisade/topic-offset-service "0.5.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
uk.gov.gchq.palisade : common | jar | 0.5.1-RELEASE |
com.typesafe.akka : akka-stream_2.13 | jar | 2.6.10 |
com.typesafe.akka : akka-stream-kafka_2.13 | jar | 2.1.0-M1 |
com.typesafe.akka : akka-slf4j_2.13 | jar | 2.6.10 |
com.typesafe.akka : akka-discovery_2.13 | jar | 2.6.10 |
org.springframework.boot : spring-boot-starter-actuator | jar | 2.3.1.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.3.1.RELEASE |