GitHub user djcohen03 closed the discussion with a comment: Is there a way to set the topic compaction key using the Python pulsar client?
It appears that the `partition_key` argument is what is needed to accomplish topic compaction in this case: ``` producer.send(..., partition_key='key') ``` GitHub link: https://github.com/apache/pulsar/discussions/20360#discussioncomment-5951863 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
