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

feat: Forward user-registered event to Redis #100

Merged
merged 6 commits into from
Oct 12, 2024
Merged

Conversation

hangy
Copy link
Member

@hangy hangy commented Oct 12, 2024

What

Inform other systems about new users via Redis

Fixes bug(s)

@hangy hangy self-assigned this Oct 12, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 12, 2024

Codecov Report

Attention: Patch coverage is 54.43038% with 36 lines in your changes missing coverage. Please review.

Project coverage is 43.90%. Comparing base (34f07c7) to head (8df446c).

Files with missing lines Patch % Lines
...nfoodfacts/github/keycloak/events/RedisClient.java 55.10% 13 Missing and 9 partials ⚠️
...loak/events/RedisEventListenerProviderFactory.java 53.33% 8 Missing and 6 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #100      +/-   ##
============================================
+ Coverage     42.50%   43.90%   +1.40%     
- Complexity       51       56       +5     
============================================
  Files            17       17              
  Lines           320      369      +49     
  Branches         15       30      +15     
============================================
+ Hits            136      162      +26     
- Misses          172      184      +12     
- Partials         12       23      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hangy hangy marked this pull request as ready for review October 12, 2024 11:36
@hangy hangy merged commit f716f70 into main Oct 12, 2024
8 checks passed
@hangy hangy deleted the add-user-registered-event branch October 12, 2024 11:39
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.

Publish "user created" event - ideally after a user was fully created in Keycloak
2 participants