Skip to content

Commit

Permalink
Merge pull request #13 from eigr-labs/fix/topic-with-dots
Browse files Browse the repository at this point in the history
Fix. Use correct wildcart to receive messages
  • Loading branch information
sleipnir authored Aug 21, 2023
2 parents 5d07f31 + c4d5048 commit 662ac67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nats/consumer_supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Nats.ConsumerSupervisor do
use Supervisor
require Logger

@main_topic "nodes.pubsub.*"
@main_topic "nodes.pubsub.>"

def start_link(state) do
Supervisor.start_link(__MODULE__, state, name: __MODULE__)
Expand Down

0 comments on commit 662ac67

Please sign in to comment.