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
In kafka binding client, the producer currently defaults to acks-1 (all = in sync replicas).
Mapping bindings that target kafka for produce, such as http-kafka binding, can be enhanced to configure acks in their with clause when following a route.
This will require changes to KafkaMergedBeginEx and KafkaProduceBeginEx to convey the required acks mode, also internally in the kafkacache_server and cache_client to propagate the acks mode across the cache.
As part of implementing this enhancement, the default acks mode should remain as in_sync_replicas.
The text was updated successfully, but these errors were encountered:
jfallows
changed the title
Support configuration of acknowledgement mode for Kafka client binding
Configurable acknowledgement mode for Kafka client binding
Jun 24, 2022
jfallows
changed the title
Configurable acknowledgement mode for Kafka client binding
Configurable acknowledgement mode for kafka binding
Jun 24, 2022
In
kafka
bindingclient
, the producer currently defaults toacks
-1
(all = in sync replicas).Mapping bindings that target
kafka
for produce, such ashttp-kafka
binding, can be enhanced to configureacks
in theirwith
clause when following a route.This will require changes to
KafkaMergedBeginEx
andKafkaProduceBeginEx
to convey the requiredacks
mode, also internally in thekafka
cache_server
andcache_client
to propagate theacks
mode across the cache.As part of implementing this enhancement, the default
acks
mode should remain asin_sync_replicas
.The text was updated successfully, but these errors were encountered: