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

ka-graphs-rest-app.1.2.1.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
logging:
  level:
    root: WARN
    org:
      spring: WARN
    io:
      kgraph: DEBUG

info:
  app:
    name: Kafka Graphs

kafka:
  graphs:
    bootstrapServers: ${BOOTSTRAP_SERVERS:localhost:9092}
    zookeeperConnect: ${ZOOKEEPER_CONNECT:localhost:2181}
    verticesTopic: vertices
    edgesGroupedBySourceTopic: edges
    solutionSetTopic: solutionSet
    solutionSetStore: solutionStore
    workSetTopic: workSet
    numPartitions: 50
    replicationFactor: 1

management.endpoint.health.show-details: always
management.endpoints.web.exposure.include: '*'




© 2015 - 2024 Weber Informatics LLC | Privacy Policy