Results 2 issues of Oliver

I could only find this method in `BrokerServiceLocator` that creates partition keys for connecting to the broker service: https://github.com/SoCreate/service-fabric-pub-sub/blob/5b92715c64c5384f10fd532d4912f4cf5c1f8409/src/SoCreate.ServiceFabric.PubSub/Helpers/BrokerServiceLocator.cs#L160 Is it possible to specify a custom partition key, rather than...

question

I had a look through the code and couldn't see how messages are published to specific stateless service instances. Is that possible with this library?

question