inter.worker.verification.algorithms — Kafka Connect Worker Configuration
A list of permitted algorithms for verifying internal requests, which must include the algorithm used for the inter.worker.
Description
A list of permitted algorithms for verifying internal requests, which must include the algorithm used for the inter.worker.signature.algorithm property. The algorithm(s) '[HmacSHA256]' will be used as a default on JVMs that provide them; on other JVMs, no default is used and a value for this property must be manually specified in the worker config.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 2.4 | HmacSHA256 |
| 2.5 | HmacSHA256 |
| 2.6 | HmacSHA256 |
| 2.7 | HmacSHA256 |
| 2.8 | HmacSHA256 |
| 3.0 | HmacSHA256 |
| 3.1 | HmacSHA256 |
| 3.2 | HmacSHA256 |
| 3.3 | HmacSHA256 |
| 3.4 | HmacSHA256 |
| 3.5 | HmacSHA256 |
| 3.6 | HmacSHA256 |
| 3.7 | HmacSHA256 |
| 3.8 | HmacSHA256 |
| 3.9 | HmacSHA256 |
| 4.0 | HmacSHA256 |
| 4.1 | HmacSHA256 |
| 4.2 | HmacSHA256 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.