-
Notifications
You must be signed in to change notification settings - Fork 4
Use single topic per workspace #639
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
Merged
cortadocodes
merged 57 commits into
better-support-asynchronous-questions
from
use-single-topic-per-workspace
Apr 9, 2024
Merged
Use single topic per workspace #639
cortadocodes
merged 57 commits into
better-support-asynchronous-questions
from
use-single-topic-per-workspace
Apr 9, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGE: Update all services in your services network to use this version of `octue` or later.
BREAKING CHANGE: Use this or a newer version of `octue` for all services in your network.
11 tasks
This avoids the pub/sub publisher assuming we're using the Google Pub/Sub ordering key and not our own. skipci
BREAKING CHANGE: Update `octue` on all services in your network to this version or higher
BREAKING CHANGE: Upgrade all services in your network to this version or newer. skipci
cortadocodes
commented
Apr 9, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## better-support-asynchronous-questions #639 +/- ##
=========================================================================
- Coverage 94.76% 94.61% -0.15%
=========================================================================
Files 80 81 +1
Lines 3514 3530 +16
=========================================================================
+ Hits 3330 3340 +10
- Misses 184 190 +6 ☔ View full report in Codecov by Sentry. |
bc4224c
into
better-support-asynchronous-questions
5 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contents (#639)
IMPORTANT: There are 4 breaking changes.
New features
octue.services
topic per workspaceEnhancements
Topic
's representation consistent withSubscription
'sMockMessageWrapper
Fixes
order
out ofTopic
and into newEventCounter
classquestion_uuid
attribute missingOperations
octue.services
topic to terraform configRefactoring
message_number
toorder
version
attribute tosender_sdk_version
receiving_service
torecipient
Service._send_message
toService._emit_event
Testing
get_sruid_from_pub_sub_resource_name
GoogleCloudPubSubHandler
testsUpgrade instructions
Update all services in your services network to use this version of
octue
or later (0.53.0
+).