@brief Store offset \p offset for topic \p rkt partition \p partition.
The offset will be committed (written) to the offset store according to \c auto.commit.interval.ms.
@remark \c auto.commit.enable must be set to "false" when using this API.
@returns RD_KAFKA_RESP_ERR_NO_ERROR on success or an error code on error.
See Implementation
@brief Store offset \p offset for topic \p rkt partition \p partition.
The offset will be committed (written) to the offset store according to \c auto.commit.interval.ms.
@remark \c auto.commit.enable must be set to "false" when using this API.
@returns RD_KAFKA_RESP_ERR_NO_ERROR on success or an error code on error.