Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 379 Bytes

File metadata and controls

10 lines (8 loc) · 379 Bytes
description Coding conventions for Apache Pulsar Java source and test code.
applyTo **/*.java

Java code changes

Apache Pulsar is performance-critical, asynchronous, and concurrency-sensitive. The full reference is CODING.md (with CONTRIBUTING.md for running tests) — follow it when editing or reviewing Java code.