All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kafka-embedded-spring-boot-sample.1.2.1.source-code.application.properties Maven / Gradle / Ivy

The newest version!
###
# #%L
# Apache Kafka Embedded Server
# $Id:$
# $HeadURL:$
# %%
# Copyright (C) 2013 - 2019 Leadware
# %%
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# 
#      http://www.apache.org/licenses/LICENSE-2.0
# 
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# #L%
###

# Activation de la coloration de la console
spring.output.ansi.enabled=ALWAYS

# Application context
server.servlet.context-path=/kafka-embedded

# Server port
server.port=8180

# Chemin vers le fichier de configuration du simulateur KAFKA
net.leadware.kafka.sample.config.simulator=classpath:kafka-simulator.properties

# Chemin vers le fichier de configuration du consommateur KAFKA
net.leadware.kafka.sample.config.consumer=classpath:kafka-consumer.properties

# Spring doc Swagger ui
springdoc.swagger-ui.path=/api/swagger

# Spring Api Doc
springdoc.api-docs.path=/api/docs




© 2015 - 2025 Weber Informatics LLC | Privacy Policy