jar

com.disneystreaming.pg2k4j : pg2k4j

Maven & Gradle

Jun 04, 2019
78 stars

pg2k4j · Use Postgres logical replication to publish changes to the WAL to kinesis.

Table Of Contents

Latest Version

Download com.disneystreaming.pg2k4j : pg2k4j JAR file - Latest Versions:

All Versions

Download com.disneystreaming.pg2k4j : pg2k4j JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.1.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 pg2k4j-1.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.disneystreaming.pg2k4j

├─ com.disneystreaming.pg2k4j.CommandLineRunner.class - [JAR]

├─ com.disneystreaming.pg2k4j.KinesisProducerConfigurationFactory.class - [JAR]

├─ com.disneystreaming.pg2k4j.PostgresConfiguration.class - [JAR]

├─ com.disneystreaming.pg2k4j.PostgresConnector.class - [JAR]

├─ com.disneystreaming.pg2k4j.ReplicationConfiguration.class - [JAR]

├─ com.disneystreaming.pg2k4j.SlotReaderCallback.class - [JAR]

├─ com.disneystreaming.pg2k4j.SlotReaderKinesisWriter.class - [JAR]

com.disneystreaming.pg2k4j.models

├─ com.disneystreaming.pg2k4j.models.Change.class - [JAR]

├─ com.disneystreaming.pg2k4j.models.DeleteChange.class - [JAR]

├─ com.disneystreaming.pg2k4j.models.InsertChange.class - [JAR]

├─ com.disneystreaming.pg2k4j.models.OldKeys.class - [JAR]

├─ com.disneystreaming.pg2k4j.models.SlotMessage.class - [JAR]

├─ com.disneystreaming.pg2k4j.models.UnknownColumnNameException.class - [JAR]

├─ com.disneystreaming.pg2k4j.models.UpdateChange.class - [JAR]