rzo1 commented on code in PR #1417: URL: https://github.com/apache/incubator-stormcrawler/pull/1417#discussion_r1853417153
########## core/src/test/java/org/apache/stormcrawler/bolt/FeedParserBoltTest.java: ########## @@ -51,7 +51,10 @@ void testFeedParsing() throws IOException { Metadata metadata = new Metadata(); // specify that it is a Feed file metadata.setValue(FeedParserBolt.isFeedKey, "true"); - parse("http://www.guardian.com/Feed.xml", "guardian.rss", metadata); + parse( + "https://de.wikipedia.org/w/index.php?title=Apache_Software_Foundation&action=history&feed=rss", Review Comment: Do you have an example for an RSS feed on an apache site ? -- 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: dev-unsubscr...@stormcrawler.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org