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

igtable-autoscaler.0.0.40.source-code.bigtable-autoscaler.conf Maven / Gradle / Ivy

# Configuration for autoscaler

http.server {
  port: 8080
  port: ${?PORT}
}

ffwd {
  host: "127.0.0.1"
  port: 19091
}

database {
  username: ${DB_USERNAME}
  password: ${DB_PASSWORD}
  jdbcUrl: ${JDBC_URL}
  maxConnectionPool: 16
}

additionalPackages = []

additionalClasses = "com.spotify.autoscaler.ThrowableMapper"

clusterFilter = ""




© 2015 - 2025 Weber Informatics LLC | Privacy Policy