You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the implementations extending AbstractHTTPProtocol can be easily tested on the command line as explained in this discussion
storm local target/opencrawl-1.0-SNAPSHOT.jar com.digitalpebble.stormcrawler.protocol.selenium.RemoteDriverProtocol -f crawler-conf.yaml https://storm.apache.org/
There is no reason why the same functionality couldn't be extended to other protocol implementations such as FileProtocol or the DelegatorProtocol. This can be done by simply moving the logic from AbstractHTTPProtocol to the Protocol interface.
The text was updated successfully, but these errors were encountered:
All the implementations extending AbstractHTTPProtocol can be easily tested on the command line as explained in this discussion
There is no reason why the same functionality couldn't be extended to other protocol implementations such as FileProtocol or the DelegatorProtocol. This can be done by simply moving the logic from AbstractHTTPProtocol to the Protocol interface.
The text was updated successfully, but these errors were encountered: