jar

uk.gov.gchq.palisade : topic-offset-service

Maven & Gradle

Aug 04, 2021
3 stars

GCHQ 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.

Table Of Contents

Latest Version

Download uk.gov.gchq.palisade : topic-offset-service JAR file - Latest Versions:

All Versions

Download uk.gov.gchq.palisade : topic-offset-service JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window topic-offset-service-0.5.1-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

uk.gov.gchq.palisade.service.topicoffset.exception

├─ uk.gov.gchq.palisade.service.topicoffset.exception.PropertyLoadingException.class - [JAR]

uk.gov.gchq.palisade.service.topicoffset.config

├─ uk.gov.gchq.palisade.service.topicoffset.config.ApplicationConfiguration.class - [JAR]

uk.gov.gchq.palisade.service.topicoffset.stream.config

├─ uk.gov.gchq.palisade.service.topicoffset.stream.config.AkkaComponentsConfig.class - [JAR]

├─ uk.gov.gchq.palisade.service.topicoffset.stream.config.AkkaRunnableGraph.class - [JAR]

├─ uk.gov.gchq.palisade.service.topicoffset.stream.config.AkkaSystemConfig.class - [JAR]

uk.gov.gchq.palisade.service.topicoffset.model

├─ uk.gov.gchq.palisade.service.topicoffset.model.StreamMarker.class - [JAR]

├─ uk.gov.gchq.palisade.service.topicoffset.model.Token.class - [JAR]

├─ uk.gov.gchq.palisade.service.topicoffset.model.TopicOffsetRequest.class - [JAR]

├─ uk.gov.gchq.palisade.service.topicoffset.model.TopicOffsetResponse.class - [JAR]

uk.gov.gchq.palisade.service.topicoffset.service

├─ uk.gov.gchq.palisade.service.topicoffset.service.KafkaHealthIndicator.class - [JAR]

├─ uk.gov.gchq.palisade.service.topicoffset.service.KafkaProducerService.class - [JAR]

├─ uk.gov.gchq.palisade.service.topicoffset.service.SimpleTopicOffsetService.class - [JAR]

├─ uk.gov.gchq.palisade.service.topicoffset.service.TopicOffsetService.class - [JAR]

uk.gov.gchq.palisade.service.topicoffset.web

├─ uk.gov.gchq.palisade.service.topicoffset.web.TopicOffsetRestController.class - [JAR]

uk.gov.gchq.palisade.service.topicoffset.stream

├─ uk.gov.gchq.palisade.service.topicoffset.stream.ConsumerTopicConfiguration.class - [JAR]

├─ uk.gov.gchq.palisade.service.topicoffset.stream.ProducerTopicConfiguration.class - [JAR]

├─ uk.gov.gchq.palisade.service.topicoffset.stream.PropertiesConfigurer.class - [JAR]

├─ uk.gov.gchq.palisade.service.topicoffset.stream.SerDesConfig.class - [JAR]

├─ uk.gov.gchq.palisade.service.topicoffset.stream.StreamComponents.class - [JAR]

uk.gov.gchq.palisade.service.topicoffset

├─ uk.gov.gchq.palisade.service.topicoffset.TopicOffsetApplication.class - [JAR]

Advertisement