com.bybutter.sisyphus.middleware.kafka.serialization.SerializationConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sisyphus-kafka2 Show documentation
Show all versions of sisyphus-kafka2 Show documentation
Middleware for using Kafka in Sisyphus Project
package com.bybutter.sisyphus.middleware.kafka.serialization
const val LISTENER_CONFIG = "sisyphus.kafka.listener"
const val LISTENER_KEY_TYPE = "sisyphus.kafka.listener.key.type"
const val LISTENER_VALUE_TYPE = "sisyphus.kafka.listener.value.type"
const val PROTOBUF_USE_JSON = "sisyphus.kafka.protobuf.json"
const val PROTOBUF_TYPE = "sisyphus.kafka.protobuf.type"
© 2015 - 2024 Weber Informatics LLC | Privacy Policy