Skip to content

Instantly share code, notes, and snippets.

View jparanda's full-sized avatar

Juan Pablo Aranda Galvis jparanda

View GitHub Profile
@jparanda
jparanda / KafkaConfigProperties.java
Created February 5, 2021 14:25
code for Kafka and AEM article in medium/Globant
import org.osgi.service.metatype.annotations.AttributeDefinition;
import org.osgi.service.metatype.annotations.AttributeType;
import org.osgi.service.metatype.annotations.ObjectClassDefinition;
import static com.globant.demos.core.config.KafkaConfig.DEFAULT_AUTO_OFFSET_RESET_CONFIG;
import static com.globant.demos.core.config.KafkaConfig.DEFAULT_CLUSTER_SERVERS;
@ObjectClassDefinition(name = "Kafka Cluster Configuration Properties")
public @interface KafkaConfigProperties {