Code Monkey home page Code Monkey logo

kotlin-kafka-proto-serde's Introduction

Module kafka-proto-serde

The kafka-proto-serde module provides an Apache Kafka Serde/Serializer/Deserializer implementation for Google’s Protocol Buffers (aka. Protobuf, Proto) and some convenience building blocks to ease the Kotlin experience while working with the Java based libraries.

Getting Started

Prerequisites

This library is compatible with the following minimum library versions and everything that was released at the time of writing this document:

Please file an issue if you discovered some incompatibility.

Installing

Gradle

Add the following dependency to your build.gradle.kts script:

dependencies {
    implementation("com.fleshgrinder:kafka-proto-serde:1.0.0")
}

Maven

Add the following dependency to your pom.xml:

<dependency>
    <groupId>com.fleshgrinder</groupId>
    <artifactId>kafka-proto-serde</artifactId>
    <version>1.0.0</version>
</dependency>

Running the Tests

You can execute the usual gradle test command to run the tests with your current JVM installation but to verify that everything works with all dependencies make matrix-test (or bin/matrix-test) is available (requires Bash and Docker). Of course, in case you create a PR, continuous integration, via CircleCI, executes all tests automatically.

Project Info

kotlin-kafka-proto-serde's People

Contributors

fleshgrinder avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.