Skip to content

Enhancement: enable manual commit functionality #94

@bertolini10

Description

@bertolini10

Brief Summary

As a suggestion, I think for those who need to control the commit manually when using

@ActivationConfigProperty(propertyName = "EnableAutoCommit", propertyValue = "false"),

We need to have a way to commit manually the messages, or a way to expose the consumer to do such thing.

Expected Outcome

@onrecord
public void consume(ConsumerRecord record) {
//process record
// a functionality here to commit the record on topic
}
}functionalitythe

Current Outcome

There is no option to commit manually, I have checked.to commit manually

Context

No response

Ecosystem Tool

Cloud Connectors

Metadata

Metadata

Assignees

Labels

Status: AcceptedConfirmed defect or accepted improvement to implement, issue has been escalated to Platform DevType: EnhancementLabel issue as an enhancement request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions