Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Not sure how this happened, but someone added an error message about fetch size being too small in ByteBufferMessageSet. This obviously makes no sense since this class is used in the producer and broker as well as in the consumer, neither of which have a fetch size. This error needs to be properly handled (say by throwing an error), and each user needs to be modified to handle it appropriately.