SAP / kafka-connect-sap

Kafka Connect SAP is a set of connectors, using the Apache Kafka Connect framework for reliably connecting Kafka with SAP systems
Apache License 2.0
119 stars 54 forks source link

Switch to GitHub Actions from TravisCI #139

Closed Shegox closed 1 year ago

Shegox commented 1 year ago

This PR switches from TravisCI to GitHub Actions while keeping the same workflow behavior. GitHub Actions natively integrates into GitHub and provides for us higher concurrency for jobs.

elakito commented 1 year ago

thanks