Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Transactionalmessage interface for request routing (#744)
* Add TransactionalMessage interface.
Add TransactionMessage interface so the Transport
automatically routes messages to Transaction Coordinators
if required.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Code of Conduct and Contribution Guidelines (#699)
* Add Code of Conduct and Contribution Guidelines
Add a full Code of Conduct and Code Contribution Guidelines document.
Provide description on how best to retrieve code, fork, checkout, and commit changes.
Fixes#688
* Update steps for git push
* Update based on PR comments
Removed several linkable sections in the Code of Conduct.
Update contributing to use kafka-go consistently.
Finished explaining how to replace the original version with forked version of the library.
* Update based on further feedback
* Adjust to follow the twilio-go code of contact
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only refresh metadata on success (#672) (#673)
* Only refresh metadata on success (#672)
Implements changes discussed and agreed in GitHub issue.
* Second draft solution to issue 672
* Create unit test to detect issue 672
* Check for nil event in test 672