question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add the ability to specify an arbitrary "reply-to" address for command replies

See original GitHub issue

Currently the reply-to address for sent commands is in the following format:

control/TENANT/4711/${replyId}

The ${replyId} is created by the Hono-Client (or AMQP-client).

For Eclipse Ditto it would be really helpful if when sending a command the whole “reply-to” address could be specified, or at least the part after control/TENANT.

That way we could pass in for each command a common “catch all” address like for example:

control/TENANT/replies

Ditto would only have to attach to this address in order to get all command replies.

Background: Ditto’s connectivity is clustered among several cluster nodes. When a failover happens (e.g. because one node crashes, a Hono connection which was established on this node will be opened on a still “living” cluster node. The new node however can have no knowledge of the ${replyId}s which were created on the other cluster node which crashed.

Would that be possible? Feels like if the client already specifies the ${replyId} it could also specify the whole address.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
pellmanncommented, Jul 16, 2018

This would be a change in our API for the reply-to and the sender link address used by the adapter. But I think it makes sense to change it this way, as long as we stay with control/tenant/ for authorization.

Before

control/${tenant_id}/${device_id}/${reply-to}

After

control/${tenant_id}/${reply-to}

and our Hono client by default will set ${reply-to} as ${device-id}/something

Read more comments on GitHub >

github_iconTop Results From Across the Web

How I can change the reply-to address in Evolution?
In the Compose Message window in the View menu you can select to see the Reply-To Field . Then you can set an...
Read more >
Outlook PowerShell script to set Direct Replies To address
ReplyRecipients property which returns a Recipients collection that represents all the reply recipient objects for the Outlook item.
Read more >
Reply to or forward an email message - Microsoft Support
From a message you've received, select Reply, Reply All, or Forward. ... You can also type the recipient's name or email address in...
Read more >
Direct Reply To Different Email Address (Reply-To Address) In ...
Change reply to address for an individual email message · Open OWA and click on New Email. · In the compose window, select...
Read more >
RFC 3834 - Recommendations for Automatic Responses to ...
Recommendations for Automatic Responses to Electronic Mail (RFC 3834, ... recipients SHOULD be able to specify a set of addresses to the responder...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found