Skip to content

Commit

Permalink
Enable acknowledgements for KafkaBuffer plugin (#3584)
Browse files Browse the repository at this point in the history
Signed-off-by: Hardeep <mzhrde@amazon.com>
  • Loading branch information
hshardeesi committed Nov 6, 2023
1 parent 60f84ad commit 2d7e4d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public String getClientDnsLookup() {

@Override
public boolean getAcknowledgementsEnabled() {
return false;
return true;
}

public Duration getDrainTimeout() {
Expand Down

0 comments on commit 2d7e4d3

Please sign in to comment.