> Sorry for not being clear. My question is, when do we start requiring > JDK11+ so that we can start using newer Java features in the Pulsar code > base? I think this is using jdk11+ for the build and the broker should be fine. The client, and modules depended on by the client may be a different story. Personally, I'd have no problem pushing it all to jdk11+. jdk8 has been eol'd for long enough now.
-Ivan