This package contains the data types used for messaging between Kafka Producers and Consumers. Serializer (and Deserializer) classes are provided which serializes (deserializes) the Java object (implementing java.io.Serializable
) into bytes.
By running the command below, built package will be stored locally (i.e. .m2
folder under home directory).
mvn clean install
Add the dependency tag below where {version}
is the version number of this package (currently 1.0
).
<dependency>
<groupId>com.ah.message</groupId>
<artifactId>message</artifactId>
<version>{version}</version>
</dependency>