Search before asking
Motivation
After running:
mvn -ntp install -Pcore-modules,swagger,-main -DskipTests -DskipSourceReleaseAssembly=true -Dspotbugs.skip=true -Dlicense.skip=true
The swagger files are present in pulsar-broker/target/docs/.
In the site updating logic, we sort and split swagger files.
But it seems that the output is still unstable and cause unnecessary commits:
Solution
Find a way to make the output content stable. Since we already sort on the sync stage, it's about stopping /persistent/{tenant}/{namespace}/{topic}/partitions + PUT endpoint generates undeterminate result.
Alternatives
No response
Anything else?
cc @nodece @merlimat @urfreespace @yuruguo
Are you willing to submit a PR?
Search before asking
Motivation
After running:
The swagger files are present in
pulsar-broker/target/docs/.In the site updating logic, we sort and split swagger files.
But it seems that the output is still unstable and cause unnecessary commits:
Solution
Find a way to make the output content stable. Since we already sort on the sync stage, it's about stopping
/persistent/{tenant}/{namespace}/{topic}/partitions+PUTendpoint generates undeterminate result.Alternatives
No response
Anything else?
cc @nodece @merlimat @urfreespace @yuruguo
Are you willing to submit a PR?