We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aab5c91 + 5b563a3 commit 7ba29c6Copy full SHA for 7ba29c6
nats/js/client.py
@@ -303,7 +303,7 @@ async def subscribe_bind(
303
if cb and not manual_ack:
304
cb = self._auto_ack_callback(cb)
305
if config.deliver_subject is None:
306
- config.deliver_subject = self._nc.new_inbox()
+ raise TypeError("config.deliver_subject is required")
307
sub = await self._nc.subscribe(
308
subject=config.deliver_subject,
309
queue=config.deliver_group or "",
0 commit comments