waterdrop 2.6.4 → 2.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +4 -1
- data/Gemfile.lock +1 -1
- data/lib/waterdrop/producer/async.rb +14 -10
- data/lib/waterdrop/producer/sync.rb +14 -10
- data/lib/waterdrop/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 908779a6b04cc938fc6f2801d1cd8650191a8cc61db1cda5e8331ca31b2a044e
|
4
|
+
data.tar.gz: 610c8c9e35cc0bd8f1ac47ad34e8e5c36e10283806085c10797ca61cf1761a06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8274e596617d0ba318948f11dda305e8e36819a2f499b8344536a769b576439fcb9a99daaa759d33d2a25629586a5bbff99259ded9682931a8fb5be6357bb2fd
|
7
|
+
data.tar.gz: 9931e5cff829a95398adeac12e22a8461ac3abb0b0001829876495e53b66489ef13896dea7106624602bc1ddc2abcacf2bbd3df107266cbf99c69e5ca84e7e05
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
# WaterDrop changelog
|
2
2
|
|
3
|
-
### 2.6.
|
3
|
+
### 2.6.5 (2023-07-22)
|
4
|
+
- [Fix] Add cause to the errors that are passed into instrumentation (konalegi)
|
5
|
+
|
6
|
+
### 2.6.4 (2023-07-11)
|
4
7
|
- [Improvement] Use original error `#inspect` for `WaterDrop::Errors::ProduceError` and `WaterDrop::Errors::ProduceManyError` instead of the current empty string.
|
5
8
|
|
6
9
|
### 2.6.3 (2023-06-28)
|
data/Gemfile.lock
CHANGED
@@ -23,17 +23,21 @@ module WaterDrop
|
|
23
23
|
message: message
|
24
24
|
) { produce(message) }
|
25
25
|
rescue *SUPPORTED_FLOW_ERRORS => e
|
26
|
-
|
26
|
+
# We use this syntax here because we want to preserve the original `#cause` when we
|
27
|
+
# instrument the error and there is no way to manually assign `#cause` value
|
28
|
+
begin
|
29
|
+
raise Errors::ProduceError, e.inspect
|
30
|
+
rescue Errors::ProduceError => ex
|
31
|
+
@monitor.instrument(
|
32
|
+
'error.occurred',
|
33
|
+
producer_id: id,
|
34
|
+
message: message,
|
35
|
+
error: ex,
|
36
|
+
type: 'message.produce_async'
|
37
|
+
)
|
27
38
|
|
28
|
-
|
29
|
-
|
30
|
-
producer_id: id,
|
31
|
-
message: message,
|
32
|
-
error: re_raised,
|
33
|
-
type: 'message.produce_async'
|
34
|
-
)
|
35
|
-
|
36
|
-
raise re_raised
|
39
|
+
raise ex
|
40
|
+
end
|
37
41
|
end
|
38
42
|
|
39
43
|
# Produces many messages to Kafka and does not wait for them to be delivered
|
@@ -27,17 +27,21 @@ module WaterDrop
|
|
27
27
|
wait(produce(message))
|
28
28
|
end
|
29
29
|
rescue *SUPPORTED_FLOW_ERRORS => e
|
30
|
-
|
30
|
+
# We use this syntax here because we want to preserve the original `#cause` when we
|
31
|
+
# instrument the error and there is no way to manually assign `#cause` value
|
32
|
+
begin
|
33
|
+
raise Errors::ProduceError, e.inspect
|
34
|
+
rescue Errors::ProduceError => ex
|
35
|
+
@monitor.instrument(
|
36
|
+
'error.occurred',
|
37
|
+
producer_id: id,
|
38
|
+
message: message,
|
39
|
+
error: ex,
|
40
|
+
type: 'message.produce_sync'
|
41
|
+
)
|
31
42
|
|
32
|
-
|
33
|
-
|
34
|
-
producer_id: id,
|
35
|
-
message: message,
|
36
|
-
error: re_raised,
|
37
|
-
type: 'message.produce_sync'
|
38
|
-
)
|
39
|
-
|
40
|
-
raise re_raised
|
43
|
+
raise ex
|
44
|
+
end
|
41
45
|
end
|
42
46
|
|
43
47
|
# Produces many messages to Kafka and waits for them to be delivered
|
data/lib/waterdrop/version.rb
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waterdrop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maciej Mensfeld
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
Qf04B9ceLUaC4fPVEz10FyobjaFoY4i32xRto3XnrzeAgfEe4swLq8bQsR3w/EF3
|
36
36
|
MGU0FeSV2Yj7Xc2x/7BzLK8xQn5l7Yy75iPF+KP3vVmDHnNl
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2023-07-
|
38
|
+
date: 2023-07-22 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: karafka-core
|
metadata.gz.sig
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
.NH@n�Hx?{p\Ɨ�ܥ���I�c��^F�>�_I�p�\Z��*f����l|�7�j��V ��d��m�{�0�X*X�Y�]MJ��CY2�8��\�Jő�v�k��&�H i�)�Jz&z2(�#��K�s���a*'y��nVj�/�>Α�'z�^�B�)%�5c�
|