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 topic poc #176

Draft
wants to merge 64 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
a7f3e21
feat: add topic poc
rishtigupta Jan 3, 2024
31e7d62
fix: renew protos
rishtigupta Jan 3, 2024
cd19529
fix: remove futureResponses for now
rishtigupta Jan 3, 2024
83a379f
fix: add more logging
rishtigupta Jan 3, 2024
91c1571
fix: add more logging
rishtigupta Jan 3, 2024
c72b026
fix: add more logging
rishtigupta Jan 3, 2024
6a47750
fix: add more logging
rishtigupta Jan 3, 2024
17e221c
fix: add callback function
rishtigupta Jan 3, 2024
ad52a0f
fix: add callback function
rishtigupta Jan 3, 2024
a709eab
fix: add callback function
rishtigupta Jan 3, 2024
6afb495
fix: subscribe method update
rishtigupta Jan 3, 2024
371faf3
fix: add streaming call
rishtigupta Jan 3, 2024
2512bab
fix: add streaming call
rishtigupta Jan 3, 2024
c810d8f
fix: add streaming call
rishtigupta Jan 3, 2024
78d0ab5
fix: add streaming call
rishtigupta Jan 3, 2024
fec52f3
fix: add streaming call
rishtigupta Jan 3, 2024
b3a547b
fix: authorization header format
rishtigupta Jan 3, 2024
ad1005e
fix: authorization header format
rishtigupta Jan 3, 2024
6cf864d
fix: authorization header format
rishtigupta Jan 3, 2024
6f33639
fix: authorization header format
rishtigupta Jan 3, 2024
afe304c
fix: example
rishtigupta Jan 3, 2024
2ef9f02
fix: example
rishtigupta Jan 3, 2024
3b5ef16
fix: example
rishtigupta Jan 4, 2024
2963f8d
fix: example run
rishtigupta Jan 4, 2024
30d6e78
fix: example run
rishtigupta Jan 4, 2024
6a347b4
fix: example run
rishtigupta Jan 4, 2024
0f650a0
fix: example run
rishtigupta Jan 4, 2024
ff77a7c
fix: example run
rishtigupta Jan 4, 2024
415a0f8
fix: example run
rishtigupta Jan 4, 2024
8abec29
fix: example run
rishtigupta Jan 4, 2024
6da2081
fix: example run
rishtigupta Jan 4, 2024
146e1b2
fix: example run
rishtigupta Jan 4, 2024
292f942
fix: example run
rishtigupta Jan 4, 2024
39a351d
fix: example run
rishtigupta Jan 4, 2024
1c4346b
fix: example run
rishtigupta Jan 4, 2024
9cedfd6
fix: example run
rishtigupta Jan 4, 2024
b128d08
fix: example run
rishtigupta Jan 4, 2024
addb830
fix: example run
rishtigupta Jan 4, 2024
8438a05
fix: example run
rishtigupta Jan 4, 2024
0906311
fix: example run
rishtigupta Jan 4, 2024
b5a2eca
feat: add check for heartbeat message
rishtigupta Jan 4, 2024
f185af5
feat: add check for heartbeat message
rishtigupta Jan 4, 2024
62ad4e0
feat: add check for heartbeat message
rishtigupta Jan 4, 2024
51bd266
feat: add check for heartbeat message
rishtigupta Jan 4, 2024
288e9bf
feat: add check for heartbeat message
rishtigupta Jan 4, 2024
768c312
fix: switch instead of if-else
rishtigupta Jan 4, 2024
5a50405
fix: switch instead of if-else
rishtigupta Jan 4, 2024
b4cd380
fix: switch instead of if-else
rishtigupta Jan 4, 2024
936a692
fix: switch instead of if-else
rishtigupta Jan 5, 2024
6fc4699
fix: testing
rishtigupta Jan 5, 2024
29ae98b
fix: testing
rishtigupta Jan 5, 2024
7d2b152
fix: response classes
rishtigupta Jan 5, 2024
65374ba
fix: response classes
rishtigupta Jan 5, 2024
fff2524
fix: response classes
rishtigupta Jan 5, 2024
24a88a3
fix: making topicClient ready for production
rishtigupta Jan 5, 2024
6c571a0
fix: making topicClient ready for production
rishtigupta Jan 5, 2024
c066da8
feat; add example for subscribing to topic
rishtigupta Jan 5, 2024
43419d7
feat: remove examples
rishtigupta Jan 5, 2024
6b6baee
fix: delete composer.lock
rishtigupta Jan 6, 2024
eea068b
fix; delete print statements from type class
rishtigupta Jan 6, 2024
76adfad
fix: remove installing pcntl from dockerfile
rishtigupta Jan 6, 2024
6d4f4e4
fix: remove DS_Store
rishtigupta Jan 6, 2024
432bf2e
fix: remove DS_Store
rishtigupta Jan 6, 2024
6535b68
fix: build test
rishtigupta Jan 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.phpunit.result.cache
.idea/
.vscode/
.DS_Store
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Momento\\": "src/",
"Cache_client\\": "types/Cache_client/",
"Control_client\\": "types/Control_client/",
"PubsubClient\\": "types/Cache_client/Pubsub",
"Auth\\": "types/Auth/",
"GPBMetadata\\": "types/GPBMetadata"
},
Expand All @@ -45,7 +46,8 @@
"google/protobuf": "3.22.3",
"grpc/grpc": "1.52.0",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"psr/simple-cache": "^1.0.1 || ^3.0"
"psr/simple-cache": "^1.0.1 || ^3.0",
"ext-json": "*"
rishtigupta marked this conversation as resolved.
Show resolved Hide resolved
},
"require-dev": {
"composer/composer": "^2.4.1",
Expand Down
Loading
Loading