Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Improved event bus performance using UUID generator selectable through SPI #850

Merged
merged 3 commits into from
Apr 23, 2023

Conversation

jkronegg
Copy link
Contributor

🤔 What's changed?

I added documentation on the UUID generator selection which was added on cucumber/cucumber-jvm#2698 .

⚡️ What's your motivation?

Documenting the UUID generator selection method clearly allows the developer to use the IncrementingUuidGenerator which is about 100 times faster than the default RandomUuidGenerator. This shorten the feedback loop and reduces the energy consumption.

📋 Checklist:

@jkronegg jkronegg marked this pull request as ready for review April 6, 2023 06:32
@jkronegg jkronegg requested a review from mpkorstanje April 6, 2023 06:33
Copy link
Contributor

@mpkorstanje mpkorstanje left a comment

Choose a reason for hiding this comment

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

I had a hard time reviewing this. The topic seems a bit out of place for the purpose of the cucumber docs which is to get people to understand the basics. But that is mostly because the plugin system hasn't been explained yet. So this is actually good enough.

@mpkorstanje mpkorstanje merged commit ceb835f into main Apr 23, 2023
@mpkorstanje mpkorstanje deleted the uuid-generator branch April 23, 2023 11:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants