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

Open
wants to merge 2 commits into
base: limit-store
Choose a base branch
from
Open

Conversation

Pask423
Copy link
Collaborator

@Pask423 Pask423 commented Jun 10, 2024

No description provided.

deserializedMessage.content(),
message.metaData().timestamp().toLocalDateTime());
messageStore.add(msg);
LocalDateTime messageTimestamp = message
Copy link
Collaborator 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
Collaborator 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
Collaborator 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 ?

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.

None yet

1 participant