Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Kafka issue fix (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
subhash-eGov authored Jul 21, 2020
1 parent 015d704 commit 7a6db73
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ server.context-path=/egov-custom-consumer
server.servlet.context-path=/egov-custom-consumer

# KAFKA SERVER CONFIGURATIONS
kafka.config.bootstrap_server_config=kafka-0.kafka.backbone:9092
kafka.config.bootstrap_server_config=localhost:9092

spring.kafka.consumer.properties.spring.json.use.type.headers=false
spring.kafka.consumer.value-deserializer=org.egov.tracer.kafka.deserializer.HashMapDeserializer
spring.kafka.consumer.key-deserializer=org.apache.kafka.common.serialization.StringDeserializer
spring.kafka.consumer.group-id=egov-api-gateway-1
spring.kafka.consumer.group-id=egov-api-gateway

spring.kafka.listener.missing-topics-fatal=false

Expand Down

0 comments on commit 7a6db73

Please sign in to comment.