Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

PushPullInputAdapter replay mode #445

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Conversation

robambalu
Copy link
Collaborator

  • renamed KafkaStartOffset enum to REplayMode and moved up so other push pull adapters can follow similar conventions
  • PushPull will now always force ticks in sim mode with time < starttime to replay at starttime.
  • Kafka adapter removed logic to drop ticks before starttime ( If user doesnt want data before starttime, they shouldnt be passing EARLIEST )

@robambalu robambalu requested a review from NeejWeej February 12, 2025 16:04
@robambalu robambalu force-pushed the rba/startoffset_to_replay_mode branch 4 times, most recently from 645ff4e to d9e1fe6 Compare February 12, 2025 19:55
NeejWeej
NeejWeej previously approved these changes Feb 12, 2025
 - renamed KafkaStartOffset enum to REplayMode and moved up so other push pull adapters can follow similar conventions
- PushPull will now always force ticks in sim mode with time < starttime to replay at starttime.
- Kafka adapter removed logic to drop ticks before starttime ( If user doesnt want data before starttime, they shouldnt be passing EARLIEST )

Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
@robambalu robambalu force-pushed the rba/startoffset_to_replay_mode branch from d9e1fe6 to 711428f Compare February 13, 2025 17:31
@robambalu robambalu merged commit 0a72f34 into main Feb 13, 2025
16 checks passed
@robambalu robambalu deleted the rba/startoffset_to_replay_mode branch February 13, 2025 18:10
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants