teabot commented on issue #17947: URL: https://github.com/apache/pulsar/issues/17947#issuecomment-1269520113
When we speak about "string" format, we are being too general. You can have a many different string formats after all: Base64, Yaml, JSON, etc. So I think it is a mistake to refer to this as string. Instead I'd recommend explicitly naming the format, and also including an extensible option mechanism like: ``` --format=binary (default for backwards compatibility) ``` ``` --format=json ``` -- 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]
