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
* feat: able to use kafka cronsumer queue capacity field
* feat: able to inject cronsumer producer batch size and timeout
* docs: add new cronsumer exposed field to the readme
* feat: kafka cronsumer v1.1.5 dump
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,17 +241,20 @@ under [the specified folder](examples/with-sasl-plaintext) and then start the ap
241
241
|`metricPrefix`| MetricPrefix is used for prometheus fq name prefix. If not provided, default metric prefix value is `kafka_konsumer`. Currently, there are two exposed prometheus metrics. `processed_messages_total` and `unprocessed_messages_total` So, if default metric prefix used, metrics names are `kafka_konsumer_processed_messages_total_current` and `kafka_konsumer_unprocessed_messages_total_current`. | kafka_konsumer |
242
242
|`dial.Timeout`|[see doc](https://pkg.go.dev/github.com/segmentio/kafka-go#Dialer)| no timeout |
243
243
|`dial.KeepAlive`|[see doc](https://pkg.go.dev/github.com/segmentio/kafka-go#Dialer)| not enabled |
|`retryConfiguration.startTimeCron`| Cron expression when retry consumer ([kafka-cronsumer](https://github.com/Trendyol/kafka-cronsumer#configurations)) starts to work at ||
253
253
|`retryConfiguration.metricPrefix`| MetricPrefix is used for prometheus fq name prefix. If not provided, default metric prefix value is kafka_cronsumer. Currently, there are two exposed prometheus metrics. retried_messages_total_current and discarded_messages_total_current. So, if default metric prefix used, metrics names are kafka_cronsumer_retried_messages_total_current and kafka_cronsumer_discarded_messages_total_current | kafka_cronsumer |
254
254
|`retryConfiguration.workDuration`| Work duration exception consumer actively consuming messages ||
0 commit comments