Why did scroll disable Ethereum eth_newfilter function

When I use web3j to call a function to retrieve events related to my smart contract, I find that scroll has disabled the Ethereum network method. How should I listen to my smart contract events?
this is scroll response : {“id”:0,“jsonrpc”:“2.0”,“error”:{“code”:-32075,“message”:“Method disabled”}}