Skip to content
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

Added begin timestamp to reader #5

Closed
wants to merge 18 commits into from
Closed

Added begin timestamp to reader #5

wants to merge 18 commits into from

Conversation

Pask423
Copy link
Contributor

@Pask423 Pask423 commented Jun 10, 2024

No description provided.

deserializedMessage.content(),
message.metaData().timestamp().toLocalDateTime());
messageStore.add(msg);
LocalDateTime messageTimestamp = message
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this ever be null ?

DeserializedMessage deserializedMessage =
messageDeserializer.deserializeMessage(ByteBuffer.wrap(message.getData()));
ReadMessage msg =
new ReadMessage(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about adding SID here for it to be displayed on frontend ?

}
}
}
}

private void deserializeMessage(MessageDeserializer messageDeserializer, Message message, LocalDateTime timestamp) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about using MessageDeserializer filed from object directly instead of passing it as param ?

Base automatically changed from limit-store to master October 9, 2024 13:55
Add dependencies versions

Added limit of messages

Fix filters factory

Use const insted of var and function

Added begin timestamp to reader

Fix tests setup

Fix review issues

Added Google Code Style
@SebastianRabiej
Copy link
Collaborator

I closed that PR because here we read all messages but filter by date.
I will make change where we will read from startDate.

@SebastianRabiej SebastianRabiej deleted the begin-timestamp branch October 11, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants