...
Code Block | ||
---|---|---|
| ||
try{ for(...){ //Processing batches of records... } //Commit when we know we're done, after the batch is processed myConsumer.commiySynccommitSync(); }catch(CommitFailedException){ log.error("..."); } |
...
...
Code Block | ||
---|---|---|
| ||
try{ for(...){ //Processing batches of records... } //Commit when we know we're done, after the batch is processed myConsumer.commiySynccommitSync(); }catch(CommitFailedException){ log.error("..."); } |
...