lhotari opened a new pull request, #19904:
URL: https://github.com/apache/pulsar/pull/19904

   ### Motivation
   
   Master branch build fails with this error message:
   ```
   Error: pf/instance.go:158:15: SA1019: 
gi.context.instanceConf.funcDetails.AutoAck is deprecated: Do not use.  
(staticcheck)
                        autoAck := gi.context.instanceConf.funcDetails.AutoAck
                                   ^
   Error: 
pf/instance.go:364:[13](https://github.com/apache/pulsar/actions/runs/4497924735/jobs/7913997105?pr=19903#step:7:14):
 SA1019: gi.context.instanceConf.funcDetails.AutoAck is deprecated: Do not use. 
 (staticcheck)
        autoAck := gi.context.instanceConf.funcDetails.AutoAck
                   ^
   Error: pf/instanceConf.go:105:6: SA1019: instanceConf.funcDetails.AutoAck is 
deprecated: Do not use.  (staticcheck)
        if !instanceConf.funcDetails.AutoAck &&
            ^
   Error: Process completed with exit code 1.
   ```
   - change was made in #19470
   
   ### Modifications
   
   Revert change to deprecation
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update 
later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->


-- 
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]

Reply via email to