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

Expose creation and modification date for subscription #1158

Conversation

jewertow
Copy link
Contributor

@jewertow jewertow commented Dec 18, 2019

#1123

For now I implemented it only for subscription. Please check it out and give me a feedback, then I will continue working.

What format of creation and modification date do you expect? Timestamp (Long) or human-readable string ("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'")?

cristaloleg
cristaloleg previously approved these changes Dec 19, 2019
Copy link
Contributor

@cristaloleg cristaloleg left a comment

Choose a reason for hiding this comment

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

SGTM

T t = supplier.read(data);
statDecorator.accept(t, stat);
return Optional.of(t);
} else {
Copy link
Contributor

Choose a reason for hiding this comment

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

else isn't needed :)

cristaloleg
cristaloleg previously approved these changes Dec 22, 2019
@jewertow
Copy link
Contributor Author

jewertow commented Jan 2, 2020

@cristaloleg what date format do you expect?
Default date format:
timestamp1
or date as string:
timestamp2

@cristaloleg
Copy link
Contributor

For me 2nd option is more preferable, 'cause it's mostly dev-oriented console, but let's ping @dankraw @druminski @piotrrzysko @faderskd 😉

@jewertow
Copy link
Contributor Author

jewertow commented Jan 4, 2020

@cristaloleg I pushed changes in hermes-console. Dates have format of timestamp. You can do code review.

cristaloleg
cristaloleg previously approved these changes Jan 4, 2020
Copy link
Contributor

@cristaloleg cristaloleg left a comment

Choose a reason for hiding this comment

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

sgtm

@druminski druminski changed the base branch from master to develop January 27, 2020 14:31
@druminski druminski merged commit 3e88813 into develop Jan 27, 2020
@druminski druminski deleted the 1123-expose-creation-and-modification-date-for-topic-and-subscription branch January 27, 2020 17:22
druminski pushed a commit that referenced this pull request Feb 20, 2020
* Expose creation and modification date for topic and subscription
pwolaq pushed a commit to pwolaq/hermes that referenced this pull request Oct 15, 2020
* Expose creation and modification date for topic and subscription
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

3 participants