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

ch.hermes.hermes-management.2.10.0.source-code.application.yaml Maven / Gradle / Ivy

There is a newer version: 2.10.4
Show newest version
zookeeper:
  enabled: false


storage:
  pathPrefix: /run/hermes
  clusters:
    -
      datacenter: dc
      clusterName: zk
      connectionString: localhost:2181

kafka:
  clusters:
    -
      datacenter: dc
      clusterName: primary
      connectionTimeout: 3000
      bootstrapKafkaServer: localhost:9092

spring:
  jersey:
    type: filter
  profiles:
    default: local

server:
  port: 8090

management:
  endpoints:
    web:
      base-path: /status
      exposure:
        include: health, prometheus
  rest-template:
    connect-timeout: 2000
    read-timeout: 2000
  health:
    periodSeconds: 30
    enabled: true
  leadership:
    zookeeper-dc: dc

audit:
  isLoggingAuditEnabled: false
  isEventAuditEnabled: false
  eventUrl: null

topic:
  allowedTopicLabels: &ALLOWED_LABELS
    - internal
    - deprecated

topicOwnerCache:
  refreshRateInSeconds: 300 # 5 minutes

subscriptionOwnerCache:
  refreshRateInSeconds: 300

console:
  configurationLocation: console/config-local.json
  configurationType: classpath_resource
  topic:
    allowedTopicLabels: *ALLOWED_LABELS
    retentionUnits:
      - value: TimeUnit.HOURS
        label: Hours
      - value: TimeUnit.DAYS
        label: Days
    defaults:
      offlineStorage:
        retentionTime:
          duration: 60

  subscription:
    showHeadersFilter: false
    showFixedHeaders: false

detection:
  inactive-topics:
    enabled: false
    inactivity-threshold: 60d
    next-notification-threshold: 14d
    whitelisted-qualified-topic-names: []
    cron: "0 0 8 * * *"
    notifications-history-limit: 5


consumer-group:
  clean-up:
    enabled: true




© 2015 - 2025 Weber Informatics LLC | Privacy Policy