-
Notifications
You must be signed in to change notification settings - Fork 164
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
Main for server v2.11 #1239
Merged
Main for server v2.11 #1239
Changes from 8 commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
62a73b3
Direct Batch EOD and loop changes
scottf c83faff
Direct Batch EOD and loop changes
scottf aaecbff
Direct Batch EOD and loop changes
scottf 1ee791b
Consumer Priority Group Overflow (#1233)
scottf ad60f23
Merge branch 'main' into main-2-11
scottf cfa5cbc
Merge branch 'main' into main-2-11
scottf 3dbc5fb
Merge branch 'main' into main-2-11
scottf d4667b4
Merge branch 'main' into main-2-11
scottf 2b21962
Merge branch 'main' into main-2-11
scottf 93510f2
Refactoring based on testing
scottf 6b8d3df
Removed debug
scottf ad6694b
Removed debug
scottf f32791d
Support setting [min] sequence when needed
scottf 6b82bca
In progress waiting for server PR's
scottf aa97394
Merge branch 'main' into main-2-11
scottf 9cf1e16
Merge branch 'main' into main-2-11
scottf 788c160
Server main branch has all 2.11 features
scottf 7a9e0a5
Merge branch 'main' into main-2-11
scottf e0df8c0
Fixing removal
scottf ed87573
MessageBatchGetRequest reform based on adr
scottf b7379bb
more testing
scottf e242724
multi last for with batch
scottf 3bfa65c
Merge branch 'refs/heads/main' into main-2-11
scottf 6e9c067
Merge branch 'main' into main-2-11
scottf c97c535
Added MessageInfo getMessage(String streamName, MessageGetRequest mes…
scottf 151b309
Merge branch 'main' into main-2-11
scottf 050f106
Merge branch 'main' into main-2-11
scottf 9c13f6a
Merge branch 'main' into main-2-11
scottf 6a405ba
Update Doc
scottf 0318b12
tuned request message batch
scottf 592f596
Merge branch 'main' into main-2-11
scottf 96271a1
tuned request message batch
scottf 0aeb173
Merge branch 'main' into main-2-11
scottf e37d659
Merge branch 'main' into main-2-11
scottf e34817a
Merge branch 'main' into main-2-11
scottf 800a684
Merge branch 'main' into main-2-11
scottf c1d1b58
Merge branch 'main' into main-2-11
scottf 6884f7e
Merge branch 'main' into main-2-11
scottf 5108a14
Merge branch 'main' into main-2-11
scottf b2ca330
Removed Direct Batch to Orbit
scottf c371e64
Merge branch 'main' into main-2-11
scottf e95930a
Merge branch 'main' into main-2-11
scottf af57d78
Merge branch 'main' into main-2-11
scottf 0b11ac0
Merge branch 'main' into main-2-11
scottf 804808c
Add Message TTL Stream Configuration (#1280)
scottf 2b795b0
Merge branch 'main' into main-2-11
scottf 18d8a43
Merge branch 'main' into main-2-11
scottf 8f3d5fc
Fix tests after merge
scottf debd85d
Merge branch 'main' into main-2-11
scottf 3791f26
Replace ed25519 with BouncyCastle
scottf e3b8930
Replace ed25519 with BouncyCastle
scottf 7c3d7e3
Replace ed25519 with BouncyCastle
scottf c9f13a4
Replace ed25519 with BouncyCastle
scottf 21e89c6
Merge pull request #1288 from nats-io/bouncy-castle
scottf 219b911
Merge branch 'main' into main-2-11
scottf 12b7e05
Merge branch 'main' into main-2-11
scottf 8d7af6f
Merge branch 'main' into main-2-11
scottf 63ab265
commenting out the ability to set per message ttl on stream
scottf e3c9b5d
Merge branch 'refs/heads/main' into main-2-11
scottf e9a50f7
Merge branch 'refs/heads/main' into main-2-11
scottf 8aab5df
merge main cleanup
scottf df354d8
Merge pull request #1294 from nats-io/main-2-11-merge-safe
scottf ca351e8
missed delete marker ttl - commented out for now
scottf 9b88979
Merge remote-tracking branch 'origin/main-2-11' into main-2-11
scottf 69d5a76
missed delete marker ttl - commented out for now
scottf 7dfd719
better consume options
scottf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I figured out the correct way to do this