Store offset \p offset for topic partition \p partition.
The offset will be committed (written) to the offset store according
to \p auto.commit.interval.ms.
Note: This API should only be used with the simple Consumer,
not the high-level KafkaConsumer.
Note: \c auto.commit.enable must be set to \c false when using this API.
ErrorCodde.no_error on success or an error code on error.
Store offset \p offset for topic partition \p partition. The offset will be committed (written) to the offset store according to \p auto.commit.interval.ms.
Note: This API should only be used with the simple Consumer, not the high-level KafkaConsumer. Note: \c auto.commit.enable must be set to \c false when using this API.
ErrorCodde.no_error on success or an error code on error.