Feature Request
There is a GetPartitionProperties function in the ConsumerClient instance, which is great. Additionally, we have a PartitionClient instance that we generate from ConsumerClient. However, the GetPartitionProperties function does not exist in the PartitionClient instance. This poses an issue for cases where we use PartitionClient throughout the application, as we also need to pass ConsumerClient around to utilize the GetPartitionProperties function.
Thanks.
Feature Request
There is a
GetPartitionPropertiesfunction in theConsumerClientinstance, which is great. Additionally, we have aPartitionClientinstance that we generate fromConsumerClient. However, theGetPartitionPropertiesfunction does not exist in thePartitionClientinstance. This poses an issue for cases where we usePartitionClientthroughout the application, as we also need to passConsumerClientaround to utilize theGetPartitionPropertiesfunction.Thanks.