ItalyPaleAle
|
4e17e42818
|
CF Worker: better detection for binding type
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-12-29 00:28:16 +00:00 |
Alessandro (Ale) Segala
|
ec5791492e
|
Merge branch 'master' into cfqueues-binding
|
2022-12-20 14:49:46 -08:00 |
Deepanshu Agarwal
|
2582f154bd
|
Add back headers metadata pass in kafka subscribe (#2281)
* Add back headers metadata pass in kafka subscribe
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
* Update internal/component/kafka/consumer.go
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
|
2022-12-20 11:43:52 -08:00 |
Mukundan Sundararajan
|
cff6d7b6b1
|
Merge remote-tracking branch 'upstream/master' into optimize-bulkpubres-struct
|
2022-12-20 23:04:19 +05:30 |
ItalyPaleAle
|
280c35ed58
|
Workers KV: add TTL support
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-12-19 18:50:59 +00:00 |
ItalyPaleAle
|
adc4648174
|
Fixed parsing of timeout in metadata
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-12-19 18:41:03 +00:00 |
ItalyPaleAle
|
135d460b05
|
Configurable timeouts
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-12-19 17:46:54 +00:00 |
ItalyPaleAle
|
6aa9ccc364
|
Binding -> CFBinding
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-12-19 17:39:30 +00:00 |
seachen
|
5dda098868
|
feature: add context to lock&pubsub API
Signed-off-by: seachen <seachen@tencent.com>
|
2022-12-19 09:11:53 +08:00 |
Mukundan Sundararajan
|
b7817c0ee7
|
Merge branch 'master' into optimize-bulkpubres-struct
|
2022-12-17 11:05:39 +05:30 |
Bernd Verst
|
adc7bd8ca5
|
Merge branch 'master' into cfqueues-binding
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
|
2022-12-16 14:46:03 -08:00 |
Bernd Verst
|
3e08736911
|
Add support for Redis 7 in all Dapr Components (#2228)
* Add support for Redis 7
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Add Redis 7 to conformance tests
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* automatically detect redis version, make redis7 state conformant
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Additions for REDIS without JSON support
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Return helpful query API error when missing redis-json
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Change Redis 7 port for conformance test
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Fix nil reference
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Update Redis7 port
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Enable ContextTimeoutEnabled for Redis v9 client
Co-Authored-By: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Add timeouts, address code review
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Add another timeout
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Redis: so much more context
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* modtidy
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* fix issue from latest merge
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* modtidy
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Add generic redis nil error
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* fix redis version check
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* upgrade redis v9 client
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Remove flaky redis v7 pubsub conformance test
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* modtidy
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-12-16 14:12:11 -08:00 |
Mukundan Sundararajan
|
0f63ac30b5
|
Merge branch 'master' into optimize-bulkpubres-struct
|
2022-12-16 08:02:32 +05:30 |
ItalyPaleAle
|
69084f2d9f
|
Merge branch 'master' of https://github.com/dapr/components-contrib into cfqueues-binding
|
2022-12-15 14:19:35 -08:00 |
Bernd Verst
|
78a83c77fb
|
Merge branch 'master' into fix-blobstore-error-checks
|
2022-12-15 13:11:14 -08:00 |
ItalyPaleAle
|
e8353379e1
|
Merge branch 'master' of https://github.com/dapr/components-contrib into cfqueues-binding
|
2022-12-15 10:01:54 -08:00 |
Mukundan Sundararajan
|
0841b3d846
|
Merge branch 'master' into optimize-bulkpubres-struct
|
2022-12-15 23:00:34 +05:30 |
seachen
|
1ea2cff9fd
|
feature: add context to lock&pubsub API
Signed-off-by: seachen <seachen@tencent.com>
|
2022-12-15 09:53:32 +08:00 |
Bernd Verst
|
64a2c3aad1
|
Revert "revert amqp changes, eventhubs library update"
This reverts commit b236279d81.
|
2022-12-14 16:19:06 -08:00 |
Bernd Verst
|
b236279d81
|
revert amqp changes, eventhubs library update
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
|
2022-12-14 15:05:56 -08:00 |
seachen
|
e59dfd63c0
|
feature: add context to lock&pubsub API
Signed-off-by: seachen <seachen@tencent.com>
|
2022-12-14 19:37:24 +08:00 |
Bernd Verst
|
fce17f592e
|
Update SDKs again
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
|
2022-12-13 12:27:40 -08:00 |
ItalyPaleAle
|
308f3c987c
|
💄
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-12-13 10:02:42 -08:00 |
Mukundan Sundararajan
|
ace0d1a03c
|
changed to failed entries for bulk publish response
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
|
2022-12-13 16:22:45 +05:30 |
Mukundan Sundararajan
|
72695529f6
|
optimize bulk pub response to contain only failed entries
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
|
2022-12-13 11:49:04 +05:30 |
ItalyPaleAle
|
47db769066
|
Add Cloudflare KV state store
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-12-13 01:52:06 +00:00 |
ItalyPaleAle
|
d4b0980cec
|
Refactored to use a shared package
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-12-13 00:32:55 +00:00 |
ItalyPaleAle
|
adc70a0143
|
Automatically deploy and update workers
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-12-12 22:53:35 +00:00 |
ItalyPaleAle
|
456caaef6a
|
WIP
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-12-12 20:06:04 +00:00 |
ItalyPaleAle
|
385d0480a7
|
Added authorization
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-12-10 02:31:41 +00:00 |
ItalyPaleAle
|
30750ab058
|
Added draft code for the Worker
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-12-10 00:51:47 +00:00 |
John Ewart
|
ee9bd09620
|
Check the correct error object in a few places inside blobstorage client
Signed-off-by: John Ewart <john@johnewart.net>
|
2022-12-08 11:21:21 -08:00 |
Bernd Verst
|
7d5c06bc8d
|
Make blob metadata case insensitive
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
|
2022-11-23 01:43:24 +00:00 |
Bernd Verst
|
f1b9374f9a
|
Move tests around
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
|
2022-11-18 18:02:09 -08:00 |
Bernd Verst
|
23d36a08d7
|
more refactoring and address code review
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
|
2022-11-18 17:56:02 -08:00 |
Bernd Verst
|
f11fc2421e
|
fix linter issue
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
|
2022-11-17 21:43:20 -08:00 |
Bernd Verst
|
8811d5e64f
|
AzBlob components: Extract shared code
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
|
2022-11-17 21:37:17 -08:00 |
Alessandro (Ale) Segala
|
04242ce38a
|
New PubSub component: Azure Service Bus Queues (#2211)
* Implementation for Azure Service Bus Queue pubsub component
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Fixed syntax errors in unused files
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Moved components to subfolders and enabled conf tests
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
|
2022-10-24 14:07:23 -07:00 |
ItalyPaleAle
|
254a2141ad
|
Moved sender handling to common implementation too
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-10-19 21:01:15 +00:00 |
ItalyPaleAle
|
065ef86ee5
|
Moved client creation to common implementation
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-10-19 20:34:10 +00:00 |
ItalyPaleAle
|
7ecfb6edd0
|
Moved code to add metadata to ASB messages to shared impl too
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-10-19 20:08:07 +00:00 |
ItalyPaleAle
|
8bce0d5200
|
Moved metadata to impl package
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-10-19 19:47:26 +00:00 |
ItalyPaleAle
|
0057a31b88
|
Moved errors
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-10-18 21:51:17 +00:00 |
Bernd Verst
|
0f0aaf4e9b
|
Merge remote-tracking branch 'upstream/master' into merge19intomaster
|
2022-10-14 12:16:57 -07:00 |
Sky Ao
|
ec091b8237
|
rollback code to set config.net.tls.enable=true when auth is required and tls is not required
Signed-off-by: Sky Ao <aoxiaojian@gmail.com>
|
2022-10-13 09:06:27 -07:00 |
Sky Ao
|
5cc923bcc4
|
rollback code to set config.net.tls.enable=true when auth is required and tls is not required
Signed-off-by: Sky Ao <aoxiaojian@gmail.com>
|
2022-10-13 12:02:05 +00:00 |
ItalyPaleAle
|
047f3948c5
|
Fix for handling "context deadline exceeded" on ASB publishing
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-10-12 18:18:33 +00:00 |
ItalyPaleAle
|
f1c4555078
|
Fixed merge conflict
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-10-11 23:33:54 +00:00 |
ItalyPaleAle
|
3bc20a1de5
|
Merge branch 'master' into merge-1.9
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-10-11 20:26:35 +00:00 |
Alessandro (Ale) Segala
|
ef74e7f8b6
|
Azure Service Bus: consider receiving 0 messages as an error that requires reconnecting (#2169)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2022-10-11 12:57:06 -07:00 |