docs.particular.net icon indicating copy to clipboard operation
docs.particular.net copied to clipboard

CosmosDB: Is resolving partition and container information deterministic?

Open ramonsmits opened this issue 1 year ago • 0 comments

Is the order of invoking any of the following API's deterministic?

  • ExtractPartitionKeyFromMessages
  • ExtractPartitionKeyFromHeader
  • ExtractContainerInformationFromHeader
  • ExtractContainerInformationFromMessage
  • IPartitionKeyFromMessageExtractor
  • IPartitionKeyFromHeadersExtractor
  • IContainerInformationFromHeadersExtractor
  • IContainerInformationFromMessagesExtractor

Meaning, in what order is the partition key / container information resolved?

ramonsmits avatar May 27 '24 12:05 ramonsmits