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: add events publishers and upgrade GoAkt to 3.0.0 #125

Merged
merged 20 commits into from
Feb 17, 2025
Merged

Conversation

Tochemey
Copy link
Owner

@Tochemey Tochemey commented Feb 16, 2025

closes #124
closes #123

  • Add Publisher API for Events and DurableState
  • Add methods to add EventsPublishers and DurableStatePublisher
  • Add Kafka Publishers
  • Add NATs Publishers (streaming and jetstream)
  • Add Apache Pulsar Publishers
  • Add WebSocket Publishers

Copy link

codecov bot commented Feb 16, 2025

Codecov Report

Attention: Patch coverage is 89.58333% with 25 lines in your changes missing coverage. Please review.

Project coverage is 86.33%. Comparing base (6f217d5) to head (a0a6d6c).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
engine.go 86.30% 17 Missing and 6 partials ⚠️
eventstream/subscriber.go 83.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #125      +/-   ##
==========================================
+ Coverage   85.91%   86.33%   +0.41%     
==========================================
  Files          17       18       +1     
  Lines        1136     1317     +181     
==========================================
+ Hits          976     1137     +161     
- Misses        122      137      +15     
- Partials       38       43       +5     

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

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@Tochemey Tochemey changed the title chore: upgrade Go-Akt to v3.0.0 and update copyright feat: add events publishers and upgrade GoAkt to 3.0.0 Feb 17, 2025
@Tochemey Tochemey merged commit 6fa3384 into main Feb 17, 2025
4 checks passed
@Tochemey Tochemey deleted the issue-x branch February 17, 2025 13:27
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.

chore: upgrade GoAkt 3.0.0 feat: Upgrade minimum Go version to 1.23
1 participant