Rishabh Sairawat
Rishabh Sairawat
I was trying to find method similar to [offsetsForTimes](https://kafka.apache.org/0102/javadoc/org/apache/kafka/clients/consumer/KafkaConsumer.html#offsetsForTimes(java.util.Map)) in java or [offsets_for_times](https://github.com/dpkp/kafka-python/blob/55ded554f9f5b470eeb53500e455ecd87f4d8f87/kafka/consumer/group.py#L864) in python. It was introduced to Kafka in [KAFKA-4148](https://github.com/apache/kafka/commit/eaaa433f). It is useful in writing on-demand/cron jobs to...
When using `id_method_name` in relationship, we can allow passing simple proc object shortcut to relationship in place of a block. Fixes #399 For example: ``` class User include FastJsonapi::ObjectSerializer set_id...
Updates the missing `SendKey` from policy docs.