Skip to content

Commit

Permalink
Javadoc Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Dec 7, 2020
1 parent 36e30f1 commit da91130
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017-2019 the original author or authors.
* Copyright 2017-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -21,8 +21,9 @@
import org.springframework.messaging.Message;

/**
* An error handler that has access to the consumer, for example to adjust
* offsets after an error.
* An error handler that has access to the consumer. IMPORTANT: do not perform seek
* operations on the consumer, the container won't be aware. Use a container-level error
* handler such as the {@link SeekToCurrentErrorHandler} for such situations.
*
* @author Gary Russell
* @since 2.0
Expand Down

0 comments on commit da91130

Please sign in to comment.