-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC: Timestamp points before queuing to preserve original time #211
Conversation
This looks interesting. Two immediate thougts:
|
I was digging into the source code to understand what happens in the case of setting the clients timeprecision to
I believe @vassilevsky changes are very needed, I mean, why specify it in the client if the writes are ignoring this setting? This forces us to write a wrapper class that handles this, but it would be nice if the client by itself did it.
Couldn't the opt-in be setting the |
@vassilevsky There seems to be a bit of a problem with how |
Hi @vassilevsky, I tried to use your code on OSX to test with, and the result didn't seem correct to me, I have written about it here: #219 , do you know if I am doing anything wrong? |
Thank you for feedback. I posted this as an idea in the first place, to get the conversation going. Sadly, I don't have energy to make a polished solution. I switched from Ruby to BEAM languages recently. Feel free to use my code or roll your own. |
27cb45e
to
8d944f9
Compare
I am going to close this PR. Feel free to reopen if we have start working on this again |
Hi 🖖
I thought about all these points that hang out in the queue while it is being filled. If the user did not specify timestamp, then they are stamped with server time upon arrival. This is not strictly very precise, eh?
I don't like the need for a separate method. Can something be done to avoid it?
WDYT? 🤔