Skip to content

Commit

Permalink
namespace with peer name
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Sep 28, 2023
1 parent c57fb1f commit b6d80d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/eventhub/hubmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (m *EventHubManager) EnsureEventHubExists(ctx context.Context, peerName str
name := eventhub
_, err = hubClient.Get(ctx, resourceGroup, namespace, name, nil)

m.peerNames.Set(name, peerName)
m.peerNames.Set(fmt.Sprintf("%s.%s", peerName, eventhub), peerName)

// TODO (kaushik): make these configurable.
partitionCount := int64(3)
Expand Down

0 comments on commit b6d80d2

Please sign in to comment.