ZiyaoWei opened a new pull request #743: URL: https://github.com/apache/pulsar-client-go/pull/743
Fixes https://github.com/apache/pulsar/issues/13929 ### Motivation This adds TableView support to the Golang client so it can have feature parity with the Java client. See https://github.com/apache/pulsar/issues/12356 and https://github.com/apache/pulsar/pull/12838 for context. ### Modifications Add `TableView` and `Client.CreateTableView` and so users can track a keyed topic as a map. ### Verifying this change - [ ] Make sure that the change passes the CI checks. This change added tests and can be verified as follows: - `go test -timeout 5s -run ^TestTableView$ github.com/apache/pulsar-client-go/pulsar` ### Does this pull request potentially affect one of the following parts: - The public API: yes ### Documentation - Does this pull request introduce a new feature? yes - If yes, how is the feature documented? GoDocs -- 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]
