Skip to content

Commit

Permalink
Merge branch 'master' into 3.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	manifest.json
  • Loading branch information
bkatwal committed Nov 3, 2020
2 parents c4236b3 + 7324ef8 commit 719ac39
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
File renamed without changes.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: java
jdk:
- openjdk8

sudo: false # faster builds

notification:
email: [email protected]

# This is to enable CodeCov's coverage
# If a build is successful, the code is submitted for coverage analysis
after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### GitLab [![build status](https://gitlab.com/bikas.katwal10/kafka-solr-sink-connector/badges/master/build.svg)](https://gitlab.com/bikas.katwal10/kafka-solr-sink-connector/pipelines)
[![Build Status](https://travis-ci.com/bkatwal/kafka-solr-sink-connector.svg?branch=master)](https://travis-ci.com/bkatwal/kafka-solr-sink-connector)

# kafka-solr-sink-connector
This is simple Java based solr sink kafka connector, that takes plain json data from kafka topic and push to solr, both solr cloud and standalone mode supported.
Expand Down
1 change: 0 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
],

"support": {
"logo": "",
"provider_name": "Bikas Katwal",
"summary": "We provide full support for this connector",
"url": "https://github.com/bkatwal"
Expand Down

0 comments on commit 719ac39

Please sign in to comment.