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
The `KafkaAvroBeanRegistrationAotProcessor.CONSUMER_RECORDS_CLASS_NAME` refers to the `ConsumerRecord` class by mistake.
* Use an expected `ConsumerRecords` class for the `CONSUMER_RECORDS_CLASS_NAME` constant.
**Cherry-pick to `3.0.x`**
0 commit comments