tomjo opened a new pull request, #1107: URL: https://github.com/apache/pulsar-client-go/pull/1107
Fixes #1105 ### Motivation To allow setting the AutoTopicCreation policy to non-partitioned it is required to not send the partitions parameter, by making Partitions a pointer instead of an int this is possible. ### Modifications Change type of Partitions in TopicAutoCreationConfig from int to *int ### Verifying this change - [ ] Make sure that the change passes the CI checks. I tested it by using it in our application as the admin code currently does not have much test code. I saw here https://github.com/apache/pulsar-client-go/pull/1085 that there are reorganization plans + setting up test scaffolding in the future. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
