Hermes v1.4.3 Release Notes

Release Date: 2020-03-24 // about 4 years ago
  • ✨ Enhancements

    (1186) Added metrics for http client connection pool

    ➕ Added http connection pool monitoring. By default it’s disabled, can be enabled by flag:

    consumer.http.client.connection.pool.monitoring.enabled=true

    (1188) Max requests queued per destination config param for http clients

    🔧 consumer.inflight.size is no longer used in HTTP clients configuration as max requests queued per destination. Instead, consumer.http.client.max.connections.per.destination and consumer .http2.client.max.connections.per.destination can be used to configure that parameter.