You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2022. It is now read-only.
<!-- Optional parameter to use a fixed partition -->
<!-- <partition>0</partition> -->
<!-- Optional parameter to include log timestamps into the kafka message -->x
<!-- <appendTimestamp>true</appendTimestamp> -->
<!-- each <producerConfig> translates to regular kafka-client config (format: key=value) -->
<!-- producer configs are documented here: https://kafka.apache.org/documentation.html#newproducerconfigs -->
<!-- bootstrap.servers is the only mandatory producerConfig -->
<producerConfig>bootstrap.servers=wronghost:9092wronghost:9092,wronghost:9092</producerConfig>
<producerConfig>compression.type=gzip</producerConfig>
<producerConfig>retries=2</producerConfig>
<!-- the maximum time to wait for the response of a sent message -->
<producerConfig>request.timeout.ms=2500</producerConfig>
<!-- the maximum time producer.send() and partitionsFor() will block waiting for acknowledgment -->
<producerConfig>max.block.ms=10000</producerConfig>
<!--The maximum amount of time in milliseconds to wait when reconnecting
to a broker that has repeatedly failed to connect.
If provided, the backoff per host will increase
exponentially for each consecutive connection failure, up to this maximum.
After calculating the backoff increase, 20% random jitter is added to avoid connection storms-->
<producerConfig>reconnect.backoff.max.ms=1000</producerConfig>
<producerConfig>max.block.ms=800</producerConfig>
<producerConfig>metadata.fetch.timeout.ms=10</producerConfig>
<!-- this is the fallback appender if kafka is not available. -->
<!-- <appender-ref ref="FILE"/>
<appender-ref ref="ERROR_FILE"/>
<appender-ref ref="TRANSACTION_FILE"/>-->
<appender-ref ref="APPLICATION"/>
</appender>
Application is hung or stuck whenever its step on LOGGER.WARN statement.
The text was updated successfully, but these errors were encountered:
Application is hung or stuck whenever its step on LOGGER.WARN statement.
The text was updated successfully, but these errors were encountered: