You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Apache Pulsar Slack <ap...@gmail.com> on 2020/09/09 09:11:03 UTC

Slack digest for #dev - 2020-09-09

2020-09-08 16:55:33 UTC - Jarrod Johnson: I have a question about dead letter topics (if this is not the right channel to post in please let me know): Is the dead letter functionality compatible with partitioned topics? I have a sample app setup to test this and it seems everything works as expected with non-partitioned topics but for partitioned topics the nack'd messages just retry indefinitely and never move to dead letter. Also the dead letter topic is never created. Is this to be expected? I can provide the sample repo if needed.
----
2020-09-08 17:49:48 UTC - Alexandre DUVAL: Does websocket works through pulsar proxy?
----
2020-09-08 17:50:14 UTC - Matteo Merli: Yes, it acts as a regular client
----
2020-09-08 18:01:53 UTC - Alexandre DUVAL: even with wss://?
----
2020-09-09 00:41:51 UTC - Stepan Mazurov: wss uses http to negotiate security so I don't see why not
----
2020-09-09 01:06:23 UTC - Alexandre DUVAL: True, nvm.
----
2020-09-09 07:51:54 UTC - Vladimir Shchur: Hi, Jarrod! If it's about pulsar-client-dotnet, then you can make a PR with a failing integration test for that <https://github.com/fsharplang-ru/pulsar-client-dotnet/blob/develop/tests/IntegrationTests/DeadLetters.fs|here>. To add integration topic, update the file <https://github.com/fsharplang-ru/pulsar-client-dotnet/blob/develop/tests/compose/standalone/scripts/init-standalone.sh|here>
----
2020-09-09 08:03:12 UTC - Vladimir Shchur: If you don't specify the dead letter topic manually, it should create a dead letter topic for each partition by default.
----