You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example,a MessageSet may contains message between 2014/09/19 and 2014/09/20 .
if i upload it to the s3/hdfs, how can i distinguish them and put them to different date folder ?
that is what i worry about .
if suro has the order keeped, so i'll check the log's timestamp column,and divide them.
The text was updated successfully, but these errors were encountered:
metacret
changed the title
does sure keep the order of message send ?
does suro keep the order of message send ?
Oct 9, 2014
@zhenchuan Sorry for late response. With the single client, suro will keep the message order but suro-server can have MessageSets from multiple clients, so checking the log's timestamp sequentially won't work.
Thinking top off my head, we need to roll Sink itself and routing rule for daily basis but it does not look possible right now.
for example,a MessageSet may contains message between 2014/09/19 and 2014/09/20 .
if i upload it to the s3/hdfs, how can i distinguish them and put them to different date folder ?
that is what i worry about .
if suro has the order keeped, so i'll check the log's timestamp column,and divide them.
The text was updated successfully, but these errors were encountered: