Library

RestTemplate

RestTemplate interceptors for metadata, request IDs, tracing, and HTTP logging.

Artifact
helix-resttemplate
Category
Platform Integrations

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.resttemplate
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.resttemplate)
}

Configuration

  • helix.filter.metadata.include (Set): Comma-delimited list of metadata keys to include in the downstream metadata header.
  • helix.filter.metadata.exclude (Set): Comma-delimited list of metadata keys to exclude in the downstream metadata header.