tisonkun commented on code in PR #17669: URL: https://github.com/apache/pulsar/pull/17669#discussion_r973690909
########## README.md: ########## @@ -138,6 +138,47 @@ Requirements: > Note: this project includes a [Maven > Wrapper](https://maven.apache.org/wrapper/) that can be used instead of a > system installed Maven. > Use it by replacing `mvn` by `./mvnw` on Linux and `mvnw.cmd` on Windows in > the commands below. +### Install JDK on M1 +In the current version, Pulsar uses a BookKeeper version which in turn uses RocksDB. RocksDB is compiled to work on x86 architecture and not ARM. Therefore, Pulsar can only work with x86 JDK. This is planned to be fixed in future versions of Pulsar. Review Comment: And perhaps after we release 2.11.0 and users start to use the new version, it will be less and less useful. > M1 is notorious to have many quirks. Anything we can do to help will be greatly appreciated. I agree. So +0 on this patch now. FYI - I encounter several other issues, and I prefer to resolve troubleshootings in discussions instead of a manual try to cover most of them: * https://github.com/apache/pulsar/issues/16639 * https://github.com/apache/pulsar/issues/16652 -- 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]
