Closed aheld closed 6 years ago
Describe the bug Setting storageBlobPrefix in the EventProcessorHost options does not result in a prefix
To Reproduce Steps to reproduce the behavior:
eventType = 'created' eph = EventProcessorHost.createFromConnectionString( EventProcessorHost.createHostName(eventType + '-host'), storageCS!, ehCS!, { eventHubPath: path, leasecontainerName: 'event-host-processor', storageBlobPrefix: eventType + '_' } )
Expected behavior A lease is created in the blob store with the requested prefix
Actual behavior the lease name is just $default, not created-$default
Package-name: azure-event-processor-host Package-version: 0.1.2 node.js version: 8.10 OS name and version:osx
Additional context I will attach PR that works for me.
https://github.com/Azure/azure-event-hubs-node/pull/91
thanks!
Describe the bug Setting storageBlobPrefix in the EventProcessorHost options does not result in a prefix
To Reproduce Steps to reproduce the behavior:
Expected behavior A lease is created in the blob store with the requested prefix
Actual behavior the lease name is just $default, not created-$default
Package-name: azure-event-processor-host Package-version: 0.1.2 node.js version: 8.10 OS name and version:osx
Additional context I will attach PR that works for me.