io.alkal.kalium.kafka.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kalium-kafka Show documentation
Show all versions of kalium-kafka Show documentation
An Apache Kafka implementation of KaliumQueueAdapter. current commit_idv0.0.3-3-g3e03de0.dirty
package io.alkal.kalium.kafka;
/**
* @author Ziv Salzman
* Created on 09-Feb-2019
*/
public class Constants {
public static final String TOPIC_TO_CLASS_MAP = "topicToClassMap";
}