Merge pull request #11025 from thalesmg/fix-pulsar-case-clause-r51
fix(pulsar): update pulsar -> 0.8.3
This commit is contained in:
commit
0bd6278d34
|
@ -2,7 +2,7 @@
|
|||
|
||||
{erl_opts, [debug_info]}.
|
||||
{deps, [
|
||||
{pulsar, {git, "https://github.com/emqx/pulsar-client-erl.git", {tag, "0.8.2"}}},
|
||||
{pulsar, {git, "https://github.com/emqx/pulsar-client-erl.git", {tag, "0.8.3"}}},
|
||||
{emqx_connector, {path, "../../apps/emqx_connector"}},
|
||||
{emqx_resource, {path, "../../apps/emqx_resource"}},
|
||||
{emqx_bridge, {path, "../../apps/emqx_bridge"}}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Fixed a `case_clause` error that could arise in race conditions in Pulsar Producer bridge.
|
Loading…
Reference in New Issue