-
Notifications
You must be signed in to change notification settings - Fork 53
Is it possible to specify a custom partition scheme? #85
Comments
It doesn't currently support specifying a custom partition scheme, but that does sound like a useful feature. PR's are welcome if you want to implement it. |
@danadesrosiers Thanks again, if we decide to use this in our current project I'll definitely submit a PR for this feature. |
This feature is very attractive to me. I am trying to ball park the scope of work needed to implement it.
|
Can you explain what you hope to get out of this feature? The most basic enhancement I can think of would be to update But that would not give you the ability to partition a single message type across multiple partitions. If you need that, I think it would be significantly more complex. |
After talking with some coworkers I realize I was interested in the idea of "Named Queues" rather than changing the partition scheme. Sorry for the confusion please disregard the previous comment. |
I could only find this method in
BrokerServiceLocator
that creates partition keys for connecting to the broker service:service-fabric-pub-sub/src/SoCreate.ServiceFabric.PubSub/Helpers/BrokerServiceLocator.cs
Line 160 in 5b92715
Is it possible to specify a custom partition key, rather than partitioning based on the message
Type
? This way we could scale based on the message subject/topic as opposed to the message type.The text was updated successfully, but these errors were encountered: