-
Notifications
You must be signed in to change notification settings - Fork 23
feat: Streamed List Objects support ( consumer callback ) #252
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
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
7ba12cc
feat: add OpenAPI generated model and api layer
SoulPancake 07adcf5
feat: add OpenAPI generated model and api layer
SoulPancake 4698072
feat: initialise consumer Callback replace streams
SoulPancake 4602d2e
feat: stuff
SoulPancake 3b37e71
feat: update example gradle file
SoulPancake c654a92
feat: config override
SoulPancake c53592c
fix: remove unnecessary thread spawn
SoulPancake 8c6ac10
feat: fix exceptions
SoulPancake 28f1d7b
feat: stream error null checks
SoulPancake 60e59e6
Delete STREAMING_OPTIMIZATION.md
SoulPancake c19f755
Merge branch 'feat/streamed-list-objects-consumer' into feat/streamed…
SoulPancake d91922b
feat: update from fork
SoulPancake 4166543
feat: add changelog entry
SoulPancake ddf9706
Merge branch 'main' into feat/streamed-list-objects-consumer
SoulPancake 86459f0
Merge branch 'main' into feat/streamed-list-objects-consumer
SoulPancake 6389a2a
feat: address and accomodate ffeedback:
SoulPancake 544b03e
feat: update build gradle jar version for example
SoulPancake 5b5d154
feat: synch examples with dotnet example
SoulPancake 6609d6e
feat: use DSL transformer, constants
SoulPancake 035c939
feat: useDSL transformer, address comments
SoulPancake 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 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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
|
|
||
|
|
||
| # StreamResultOfStreamedListObjectsResponse | ||
|
|
||
|
|
||
| ## Properties | ||
|
|
||
| | Name | Type | Description | Notes | | ||
| |------------ | ------------- | ------------- | -------------| | ||
| |**result** | [**StreamedListObjectsResponse**](StreamedListObjectsResponse.md) | | [optional] | | ||
| |**error** | [**Status**](Status.md) | | [optional] | | ||
|
|
||
|
|
||
|
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
|
|
||
|
|
||
| # StreamedListObjectsResponse | ||
|
|
||
| The response for a StreamedListObjects RPC. | ||
|
|
||
| ## Properties | ||
|
|
||
| | Name | Type | Description | Notes | | ||
| |------------ | ------------- | ------------- | -------------| | ||
| |**_object** | **String** | | | | ||
|
|
||
|
|
||
|
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| .PHONY: build run run-openfga | ||
| all: build | ||
|
|
||
| project_name=. | ||
| openfga_version=latest | ||
| language=java | ||
|
|
||
| build: | ||
| ./gradlew -P language=$(language) build | ||
|
|
||
| run: | ||
| ./gradlew -P language=$(language) run | ||
|
|
||
| run-openfga: | ||
| docker pull docker.io/openfga/openfga:${openfga_version} && \ | ||
| docker run -p 8080:8080 docker.io/openfga/openfga:${openfga_version} run |
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.
Uh oh!
There was an error while loading. Please reload this page.