Skip to content

Releases: jcustenborder/kafka-connect-solr

0.1.19

04 Nov 02:45
a926df4
Compare
Choose a tag to compare

Unreleased

GitHub #10 Delete support.

Delete support. (#10)

  • Exclude slf4j because it's included in the framework.
  • Added support to delete documents from Solr. Moved to batch requests based on the topic and the operation.
  • Changed tables to csv-table
  • Bump solrj version to 7.1.0.
  • Added commit within.
  • Added to ignore.

f156f0e1cca5ff4 Jeremy Custenborder 2017-11-04 02:36:12

GitHub #11 Bump to 1.0.0

Bump to 1.0.0 (#11)

a926df4dabf3760 Jeremy Custenborder 2017-11-04 02:42:42

GitHub #4 Config issue

Config issue (#4)

  • Reduced visibility of configs. Corrected String to list.
  • Refactored to use specific document builders. Added more documentation. Cleanup. Added testing config for running against the output of the twitter source connector.
  • Cleanup of formatting.
  • License formatting. Added configuration for threads and queue size.

c128d35d0929404 Jeremy Custenborder 2017-05-09 19:58:39

GitHub #7 Rst

Rst (#7)

  • Added documentation.
  • Changed the version to 0.10.2.1-cp2

da2c4ec4ff6cc9e Jeremy Custenborder 2017-07-18 22:14:53

GitHub #8 bump to 0.11.0.0-cp5

bump to 0.11.0.0-cp5 (#8)

594d1187cc24401 Jeremy Custenborder 2017-10-13 16:41:00

No issue

Cleanup and move to 0.10.2.0-cp1

d403c0338edb536 Jeremy Custenborder 2017-04-12 02:30:11

Fixed checkstyle. Added license.

2e7e88cb9e4af16 Jeremy Custenborder 2017-01-25 00:25:24

Added initial jenkinsfile.

1ede36cb1af1b9f Jeremy Custenborder 2017-01-20 19:30:26

Changed configuration to reflect the current config definitions.

d02353197067fc5 Jeremy Custenborder 2017-01-20 19:29:17

Refactor to change namespace to com.github.jcustenborder.kafka.connect.solr. Remove field mapping feature because this will be replaced with the new message transforms feature.

1204a0608095198 Jeremy Custenborder 2017-01-20 19:15:44

Added boilerplate Jenkinsfile

4efc7612c96f3b7 Jeremy Custenborder 2017-01-19 00:31:36

Cleanup

ece3771dbd952d3 Jeremy Custenborder 2016-09-07 21:28:34

Moved config examples to config folder. Moved development.xml and package.xml to use variables. Updated docs to changes.

62037974305b3f9 Jeremy Custenborder 2016-03-21 23:46:07

Cleanup and add docs for running in development.

7691766e1225e3c Jeremy Custenborder 2016-03-21 23:32:22

Added currency correction from findbugs.

6e03970651a7547 Jeremy Custenborder 2016-03-21 23:25:15

Added support for HttpSolr. Added more docs.

505b053d9217a32 Jeremy Custenborder 2016-03-21 23:23:33

Refactor to simplify configuration. Moved to CloudSolrSinkConnector instead of specifying which DocumentHandler to use.

c8422336141704c Jeremy Custenborder 2016-03-21 19:55:30

Initial documentation.

58a6486b062a629 Jeremy Custenborder 2016-03-15 23:37:07

Added the Apache license header.

e25934aa118ab38 Jeremy Custenborder 2016-03-15 22:43:16

0.1.18: Delete support. (#10)

04 Nov 02:38
f156f0e
Compare
Choose a tag to compare

Unreleased

GitHub #10 Delete support.

Delete support. (#10)

  • Exclude slf4j because it's included in the framework.
  • Added support to delete documents from Solr. Moved to batch requests based on the topic and the operation.
  • Changed tables to csv-table
  • Bump solrj version to 7.1.0.
  • Added commit within.
  • Added to ignore.

f156f0e1cca5ff4 Jeremy Custenborder 2017-11-04 02:36:12

GitHub #4 Config issue

Config issue (#4)

  • Reduced visibility of configs. Corrected String to list.
  • Refactored to use specific document builders. Added more documentation. Cleanup. Added testing config for running against the output of the twitter source connector.
  • Cleanup of formatting.
  • License formatting. Added configuration for threads and queue size.

c128d35d0929404 Jeremy Custenborder 2017-05-09 19:58:39

GitHub #7 Rst

Rst (#7)

  • Added documentation.
  • Changed the version to 0.10.2.1-cp2

da2c4ec4ff6cc9e Jeremy Custenborder 2017-07-18 22:14:53

GitHub #8 bump to 0.11.0.0-cp5

bump to 0.11.0.0-cp5 (#8)

594d1187cc24401 Jeremy Custenborder 2017-10-13 16:41:00

No issue

Cleanup and move to 0.10.2.0-cp1

d403c0338edb536 Jeremy Custenborder 2017-04-12 02:30:11

Fixed checkstyle. Added license.

2e7e88cb9e4af16 Jeremy Custenborder 2017-01-25 00:25:24

Added initial jenkinsfile.

1ede36cb1af1b9f Jeremy Custenborder 2017-01-20 19:30:26

Changed configuration to reflect the current config definitions.

d02353197067fc5 Jeremy Custenborder 2017-01-20 19:29:17

Refactor to change namespace to com.github.jcustenborder.kafka.connect.solr. Remove field mapping feature because this will be replaced with the new message transforms feature.

1204a0608095198 Jeremy Custenborder 2017-01-20 19:15:44

Added boilerplate Jenkinsfile

4efc7612c96f3b7 Jeremy Custenborder 2017-01-19 00:31:36

Cleanup

ece3771dbd952d3 Jeremy Custenborder 2016-09-07 21:28:34

Moved config examples to config folder. Moved development.xml and package.xml to use variables. Updated docs to changes.

62037974305b3f9 Jeremy Custenborder 2016-03-21 23:46:07

Cleanup and add docs for running in development.

7691766e1225e3c Jeremy Custenborder 2016-03-21 23:32:22

Added currency correction from findbugs.

6e03970651a7547 Jeremy Custenborder 2016-03-21 23:25:15

Added support for HttpSolr. Added more docs.

505b053d9217a32 Jeremy Custenborder 2016-03-21 23:23:33

Refactor to simplify configuration. Moved to CloudSolrSinkConnector instead of specifying which DocumentHandler to use.

c8422336141704c Jeremy Custenborder 2016-03-21 19:55:30

Initial documentation.

58a6486b062a629 Jeremy Custenborder 2016-03-15 23:37:07

Added the Apache license header.

e25934aa118ab38 Jeremy Custenborder 2016-03-15 22:43:16

0.1.17

13 Oct 16:44
Compare
Choose a tag to compare

Unreleased

GitHub #4 Config issue

Config issue (#4)

  • Reduced visibility of configs. Corrected String to list.
  • Refactored to use specific document builders. Added more documentation. Cleanup. Added testing config for running against the output of the twitter source connector.
  • Cleanup of formatting.
  • License formatting. Added configuration for threads and queue size.

c128d35d0929404 Jeremy Custenborder 2017-05-09 19:58:39

GitHub #7 Rst

Rst (#7)

  • Added documentation.
  • Changed the version to 0.10.2.1-cp2

da2c4ec4ff6cc9e Jeremy Custenborder 2017-07-18 22:14:53

GitHub #8 bump to 0.11.0.0-cp5

bump to 0.11.0.0-cp5 (#8)

594d1187cc24401 Jeremy Custenborder 2017-10-13 16:41:00

No issue

Cleanup and move to 0.10.2.0-cp1

d403c0338edb536 Jeremy Custenborder 2017-04-12 02:30:11

Fixed checkstyle. Added license.

2e7e88cb9e4af16 Jeremy Custenborder 2017-01-25 00:25:24

Added initial jenkinsfile.

1ede36cb1af1b9f Jeremy Custenborder 2017-01-20 19:30:26

Changed configuration to reflect the current config definitions.

d02353197067fc5 Jeremy Custenborder 2017-01-20 19:29:17

Refactor to change namespace to com.github.jcustenborder.kafka.connect.solr. Remove field mapping feature because this will be replaced with the new message transforms feature.

1204a0608095198 Jeremy Custenborder 2017-01-20 19:15:44

Added boilerplate Jenkinsfile

4efc7612c96f3b7 Jeremy Custenborder 2017-01-19 00:31:36

Cleanup

ece3771dbd952d3 Jeremy Custenborder 2016-09-07 21:28:34

Moved config examples to config folder. Moved development.xml and package.xml to use variables. Updated docs to changes.

62037974305b3f9 Jeremy Custenborder 2016-03-21 23:46:07

Cleanup and add docs for running in development.

7691766e1225e3c Jeremy Custenborder 2016-03-21 23:32:22

Added currency correction from findbugs.

6e03970651a7547 Jeremy Custenborder 2016-03-21 23:25:15

Added support for HttpSolr. Added more docs.

505b053d9217a32 Jeremy Custenborder 2016-03-21 23:23:33

Refactor to simplify configuration. Moved to CloudSolrSinkConnector instead of specifying which DocumentHandler to use.

c8422336141704c Jeremy Custenborder 2016-03-21 19:55:30

Initial documentation.

58a6486b062a629 Jeremy Custenborder 2016-03-15 23:37:07

Added the Apache license header.

e25934aa118ab38 Jeremy Custenborder 2016-03-15 22:43:16

0.1.16: Rst (#7)

22 Jul 00:27
Compare
Choose a tag to compare
                            ## 0.1.15
                            ### No issue

                            **Rst (#7)**

                            * Added documentation.
                            * Changed the version to 0.10.2.1-cp2

                            [da2c4ec4ff6cc9e](https://github.com/jcustenborder/kafka-connect-solr/commit/da2c4ec4ff6cc9e) Jeremy Custenborder *2017-07-18 22:14:53*


                            ## 0.1.9
                            ### No issue

                            **Config issue (#4)**

                            * Reduced visibility of configs. Corrected String to list.
                            * Refactored to use specific document builders. Added more documentation. Cleanup. Added testing config for running against the output of the twitter source connector.
                            * Cleanup of formatting.
                            * License formatting. Added configuration for threads and queue size.

                            [c128d35d0929404](https://github.com/jcustenborder/kafka-connect-solr/commit/c128d35d0929404) Jeremy Custenborder *2017-05-09 19:58:39*


                            ## 0.1.7
                            ### No issue

                            **Cleanup and move to 0.10.2.0-cp1**


                            [d403c0338edb536](https://github.com/jcustenborder/kafka-connect-solr/commit/d403c0338edb536) Jeremy Custenborder *2017-04-12 02:30:11*


                            ## 0.1.6
                            ### No issue

                            **Fixed checkstyle. Added license.**


                            [2e7e88cb9e4af16](https://github.com/jcustenborder/kafka-connect-solr/commit/2e7e88cb9e4af16) Jeremy Custenborder *2017-01-25 00:25:24*

                            **Added initial jenkinsfile.**


                            [1ede36cb1af1b9f](https://github.com/jcustenborder/kafka-connect-solr/commit/1ede36cb1af1b9f) Jeremy Custenborder *2017-01-20 19:30:26*

                            **Changed configuration to reflect the current config definitions.**


                            [d02353197067fc5](https://github.com/jcustenborder/kafka-connect-solr/commit/d02353197067fc5) Jeremy Custenborder *2017-01-20 19:29:17*

                            **Refactor to change namespace to com.github.jcustenborder.kafka.connect.solr. Remove field mapping feature because this will be replaced with the new message transforms feature.**


                            [1204a0608095198](https://github.com/jcustenborder/kafka-connect-solr/commit/1204a0608095198) Jeremy Custenborder *2017-01-20 19:15:44*

                            **Added boilerplate Jenkinsfile**


                            [4efc7612c96f3b7](https://github.com/jcustenborder/kafka-connect-solr/commit/4efc7612c96f3b7) Jeremy Custenborder *2017-01-19 00:31:36*

                            **Cleanup**


                            [ece3771dbd952d3](https://github.com/jcustenborder/kafka-connect-solr/commit/ece3771dbd952d3) Jeremy Custenborder *2016-09-07 21:28:34*


                            ## testing
                            ### No issue

                            **Moved config examples to config folder. Moved development.xml and package.xml to use variables. Updated docs to changes.**


                            [62037974305b3f9](https://github.com/jcustenborder/kafka-connect-solr/commit/62037974305b3f9) Jeremy Custenborder *2016-03-21 23:46:07*

                            **Cleanup and add docs for running in development.**


                            [7691766e1225e3c](https://github.com/jcustenborder/kafka-connect-solr/commit/7691766e1225e3c) Jeremy Custenborder *2016-03-21 23:32:22*

                            **Added currency correction from findbugs.**


                            [6e03970651a7547](https://github.com/jcustenborder/kafka-connect-solr/commit/6e03970651a7547) Jeremy Custenborder *2016-03-21 23:25:15*

                            **Added support for HttpSolr. Added more docs.**


                            [505b053d9217a32](https://github.com/jcustenborder/kafka-connect-solr/commit/505b053d9217a32) Jeremy Custenborder *2016-03-21 23:23:33*

                            **Refactor to simplify configuration. Moved to CloudSolrSinkConnector instead of specifying which DocumentHandler to use.**


                            [c8422336141704c](https://github.com/jcustenborder/kafka-connect-solr/commit/c8422336141704c) Jeremy Custenborder *2016-03-21 19:55:30*

                            **Initial documentation.**


                            [58a6486b062a629](https://github.com/jcustenborder/kafka-connect-solr/commit/58a6486b062a629) Jeremy Custenborder *2016-03-15 23:37:07*

                            **Added the Apache license header.**


                            [e25934aa118ab38](https://github.com/jcustenborder/kafka-connect-solr/commit/e25934aa118ab38) Jeremy Custenborder *2016-03-15 22:43:16*

0.1.15: Rst (#7)

21 Jul 17:09
Compare
Choose a tag to compare
                            ## 0.1.14
                            ### No issue

                            **Rst (#7)**

                            * Added documentation.
                            * Changed the version to 0.10.2.1-cp2

                            [da2c4ec4ff6cc9e](https://github.com/jcustenborder/kafka-connect-solr/commit/da2c4ec4ff6cc9e) Jeremy Custenborder *2017-07-18 22:14:53*


                            ## 0.1.9
                            ### No issue

                            **Config issue (#4)**

                            * Reduced visibility of configs. Corrected String to list.
                            * Refactored to use specific document builders. Added more documentation. Cleanup. Added testing config for running against the output of the twitter source connector.
                            * Cleanup of formatting.
                            * License formatting. Added configuration for threads and queue size.

                            [c128d35d0929404](https://github.com/jcustenborder/kafka-connect-solr/commit/c128d35d0929404) Jeremy Custenborder *2017-05-09 19:58:39*


                            ## 0.1.7
                            ### No issue

                            **Cleanup and move to 0.10.2.0-cp1**


                            [d403c0338edb536](https://github.com/jcustenborder/kafka-connect-solr/commit/d403c0338edb536) Jeremy Custenborder *2017-04-12 02:30:11*


                            ## 0.1.6
                            ### No issue

                            **Fixed checkstyle. Added license.**


                            [2e7e88cb9e4af16](https://github.com/jcustenborder/kafka-connect-solr/commit/2e7e88cb9e4af16) Jeremy Custenborder *2017-01-25 00:25:24*

                            **Added initial jenkinsfile.**


                            [1ede36cb1af1b9f](https://github.com/jcustenborder/kafka-connect-solr/commit/1ede36cb1af1b9f) Jeremy Custenborder *2017-01-20 19:30:26*

                            **Changed configuration to reflect the current config definitions.**


                            [d02353197067fc5](https://github.com/jcustenborder/kafka-connect-solr/commit/d02353197067fc5) Jeremy Custenborder *2017-01-20 19:29:17*

                            **Refactor to change namespace to com.github.jcustenborder.kafka.connect.solr. Remove field mapping feature because this will be replaced with the new message transforms feature.**


                            [1204a0608095198](https://github.com/jcustenborder/kafka-connect-solr/commit/1204a0608095198) Jeremy Custenborder *2017-01-20 19:15:44*

                            **Added boilerplate Jenkinsfile**


                            [4efc7612c96f3b7](https://github.com/jcustenborder/kafka-connect-solr/commit/4efc7612c96f3b7) Jeremy Custenborder *2017-01-19 00:31:36*

                            **Cleanup**


                            [ece3771dbd952d3](https://github.com/jcustenborder/kafka-connect-solr/commit/ece3771dbd952d3) Jeremy Custenborder *2016-09-07 21:28:34*


                            ## testing
                            ### No issue

                            **Moved config examples to config folder. Moved development.xml and package.xml to use variables. Updated docs to changes.**


                            [62037974305b3f9](https://github.com/jcustenborder/kafka-connect-solr/commit/62037974305b3f9) Jeremy Custenborder *2016-03-21 23:46:07*

                            **Cleanup and add docs for running in development.**


                            [7691766e1225e3c](https://github.com/jcustenborder/kafka-connect-solr/commit/7691766e1225e3c) Jeremy Custenborder *2016-03-21 23:32:22*

                            **Added currency correction from findbugs.**


                            [6e03970651a7547](https://github.com/jcustenborder/kafka-connect-solr/commit/6e03970651a7547) Jeremy Custenborder *2016-03-21 23:25:15*

                            **Added support for HttpSolr. Added more docs.**


                            [505b053d9217a32](https://github.com/jcustenborder/kafka-connect-solr/commit/505b053d9217a32) Jeremy Custenborder *2016-03-21 23:23:33*

                            **Refactor to simplify configuration. Moved to CloudSolrSinkConnector instead of specifying which DocumentHandler to use.**


                            [c8422336141704c](https://github.com/jcustenborder/kafka-connect-solr/commit/c8422336141704c) Jeremy Custenborder *2016-03-21 19:55:30*

                            **Initial documentation.**


                            [58a6486b062a629](https://github.com/jcustenborder/kafka-connect-solr/commit/58a6486b062a629) Jeremy Custenborder *2016-03-15 23:37:07*

                            **Added the Apache license header.**


                            [e25934aa118ab38](https://github.com/jcustenborder/kafka-connect-solr/commit/e25934aa118ab38) Jeremy Custenborder *2016-03-15 22:43:16*

0.1.14: Rst (#7)

18 Jul 22:16
Compare
Choose a tag to compare
                            ## Unreleased
                            ### No issue

                            **Rst (#7)**

                            * Added documentation.
                            * Changed the version to 0.10.2.1-cp2

                            [da2c4ec4ff6cc9e](https://github.com/jcustenborder/kafka-connect-solr/commit/da2c4ec4ff6cc9e) Jeremy Custenborder *2017-07-18 22:14:53*


                            ## 0.1.9
                            ### No issue

                            **Config issue (#4)**

                            * Reduced visibility of configs. Corrected String to list.
                            * Refactored to use specific document builders. Added more documentation. Cleanup. Added testing config for running against the output of the twitter source connector.
                            * Cleanup of formatting.
                            * License formatting. Added configuration for threads and queue size.

                            [c128d35d0929404](https://github.com/jcustenborder/kafka-connect-solr/commit/c128d35d0929404) Jeremy Custenborder *2017-05-09 19:58:39*


                            ## 0.1.7
                            ### No issue

                            **Cleanup and move to 0.10.2.0-cp1**


                            [d403c0338edb536](https://github.com/jcustenborder/kafka-connect-solr/commit/d403c0338edb536) Jeremy Custenborder *2017-04-12 02:30:11*


                            ## 0.1.6
                            ### No issue

                            **Fixed checkstyle. Added license.**


                            [2e7e88cb9e4af16](https://github.com/jcustenborder/kafka-connect-solr/commit/2e7e88cb9e4af16) Jeremy Custenborder *2017-01-25 00:25:24*

                            **Added initial jenkinsfile.**


                            [1ede36cb1af1b9f](https://github.com/jcustenborder/kafka-connect-solr/commit/1ede36cb1af1b9f) Jeremy Custenborder *2017-01-20 19:30:26*

                            **Changed configuration to reflect the current config definitions.**


                            [d02353197067fc5](https://github.com/jcustenborder/kafka-connect-solr/commit/d02353197067fc5) Jeremy Custenborder *2017-01-20 19:29:17*

                            **Refactor to change namespace to com.github.jcustenborder.kafka.connect.solr. Remove field mapping feature because this will be replaced with the new message transforms feature.**


                            [1204a0608095198](https://github.com/jcustenborder/kafka-connect-solr/commit/1204a0608095198) Jeremy Custenborder *2017-01-20 19:15:44*

                            **Added boilerplate Jenkinsfile**


                            [4efc7612c96f3b7](https://github.com/jcustenborder/kafka-connect-solr/commit/4efc7612c96f3b7) Jeremy Custenborder *2017-01-19 00:31:36*

                            **Cleanup**


                            [ece3771dbd952d3](https://github.com/jcustenborder/kafka-connect-solr/commit/ece3771dbd952d3) Jeremy Custenborder *2016-09-07 21:28:34*


                            ## testing
                            ### No issue

                            **Moved config examples to config folder. Moved development.xml and package.xml to use variables. Updated docs to changes.**


                            [62037974305b3f9](https://github.com/jcustenborder/kafka-connect-solr/commit/62037974305b3f9) Jeremy Custenborder *2016-03-21 23:46:07*

                            **Cleanup and add docs for running in development.**


                            [7691766e1225e3c](https://github.com/jcustenborder/kafka-connect-solr/commit/7691766e1225e3c) Jeremy Custenborder *2016-03-21 23:32:22*

                            **Added currency correction from findbugs.**


                            [6e03970651a7547](https://github.com/jcustenborder/kafka-connect-solr/commit/6e03970651a7547) Jeremy Custenborder *2016-03-21 23:25:15*

                            **Added support for HttpSolr. Added more docs.**


                            [505b053d9217a32](https://github.com/jcustenborder/kafka-connect-solr/commit/505b053d9217a32) Jeremy Custenborder *2016-03-21 23:23:33*

                            **Refactor to simplify configuration. Moved to CloudSolrSinkConnector instead of specifying which DocumentHandler to use.**


                            [c8422336141704c](https://github.com/jcustenborder/kafka-connect-solr/commit/c8422336141704c) Jeremy Custenborder *2016-03-21 19:55:30*

                            **Initial documentation.**


                            [58a6486b062a629](https://github.com/jcustenborder/kafka-connect-solr/commit/58a6486b062a629) Jeremy Custenborder *2016-03-15 23:37:07*

                            **Added the Apache license header.**


                            [e25934aa118ab38](https://github.com/jcustenborder/kafka-connect-solr/commit/e25934aa118ab38) Jeremy Custenborder *2016-03-15 22:43:16*

0.1.13: Config issue (#4)

04 Jul 16:22
Compare
Choose a tag to compare

0.1.9

No issue

Config issue (#4)

  • Reduced visibility of configs. Corrected String to list.
  • Refactored to use specific document builders. Added more documentation. Cleanup. Added testing config for running against the output of the twitter source connector.
  • Cleanup of formatting.
  • License formatting. Added configuration for threads and queue size.

c128d35d0929404 Jeremy Custenborder 2017-05-09 19:58:39

0.1.7

No issue

Cleanup and move to 0.10.2.0-cp1

d403c0338edb536 Jeremy Custenborder 2017-04-12 02:30:11

0.1.6

No issue

Fixed checkstyle. Added license.

2e7e88cb9e4af16 Jeremy Custenborder 2017-01-25 00:25:24

Added initial jenkinsfile.

1ede36cb1af1b9f Jeremy Custenborder 2017-01-20 19:30:26

Changed configuration to reflect the current config definitions.

d02353197067fc5 Jeremy Custenborder 2017-01-20 19:29:17

Refactor to change namespace to com.github.jcustenborder.kafka.connect.solr. Remove field mapping feature because this will be replaced with the new message transforms feature.

1204a0608095198 Jeremy Custenborder 2017-01-20 19:15:44

Added boilerplate Jenkinsfile

4efc7612c96f3b7 Jeremy Custenborder 2017-01-19 00:31:36

Cleanup

ece3771dbd952d3 Jeremy Custenborder 2016-09-07 21:28:34

testing

No issue

Moved config examples to config folder. Moved development.xml and package.xml to use variables. Updated docs to changes.

62037974305b3f9 Jeremy Custenborder 2016-03-21 23:46:07

Cleanup and add docs for running in development.

7691766e1225e3c Jeremy Custenborder 2016-03-21 23:32:22

Added currency correction from findbugs.

6e03970651a7547 Jeremy Custenborder 2016-03-21 23:25:15

Added support for HttpSolr. Added more docs.

505b053d9217a32 Jeremy Custenborder 2016-03-21 23:23:33

Refactor to simplify configuration. Moved to CloudSolrSinkConnector instead of specifying which DocumentHandler to use.

c8422336141704c Jeremy Custenborder 2016-03-21 19:55:30

Initial documentation.

58a6486b062a629 Jeremy Custenborder 2016-03-15 23:37:07

Added the Apache license header.

e25934aa118ab38 Jeremy Custenborder 2016-03-15 22:43:16

0.1.12: Config issue (#4)

04 Jul 16:20
Compare
Choose a tag to compare

0.1.9

No issue

Config issue (#4)

  • Reduced visibility of configs. Corrected String to list.
  • Refactored to use specific document builders. Added more documentation. Cleanup. Added testing config for running against the output of the twitter source connector.
  • Cleanup of formatting.
  • License formatting. Added configuration for threads and queue size.

c128d35d0929404 Jeremy Custenborder 2017-05-09 19:58:39

0.1.7

No issue

Cleanup and move to 0.10.2.0-cp1

d403c0338edb536 Jeremy Custenborder 2017-04-12 02:30:11

0.1.6

No issue

Fixed checkstyle. Added license.

2e7e88cb9e4af16 Jeremy Custenborder 2017-01-25 00:25:24

Added initial jenkinsfile.

1ede36cb1af1b9f Jeremy Custenborder 2017-01-20 19:30:26

Changed configuration to reflect the current config definitions.

d02353197067fc5 Jeremy Custenborder 2017-01-20 19:29:17

Refactor to change namespace to com.github.jcustenborder.kafka.connect.solr. Remove field mapping feature because this will be replaced with the new message transforms feature.

1204a0608095198 Jeremy Custenborder 2017-01-20 19:15:44

Added boilerplate Jenkinsfile

4efc7612c96f3b7 Jeremy Custenborder 2017-01-19 00:31:36

Cleanup

ece3771dbd952d3 Jeremy Custenborder 2016-09-07 21:28:34

testing

No issue

Moved config examples to config folder. Moved development.xml and package.xml to use variables. Updated docs to changes.

62037974305b3f9 Jeremy Custenborder 2016-03-21 23:46:07

Cleanup and add docs for running in development.

7691766e1225e3c Jeremy Custenborder 2016-03-21 23:32:22

Added currency correction from findbugs.

6e03970651a7547 Jeremy Custenborder 2016-03-21 23:25:15

Added support for HttpSolr. Added more docs.

505b053d9217a32 Jeremy Custenborder 2016-03-21 23:23:33

Refactor to simplify configuration. Moved to CloudSolrSinkConnector instead of specifying which DocumentHandler to use.

c8422336141704c Jeremy Custenborder 2016-03-21 19:55:30

Initial documentation.

58a6486b062a629 Jeremy Custenborder 2016-03-15 23:37:07

Added the Apache license header.

e25934aa118ab38 Jeremy Custenborder 2016-03-15 22:43:16

0.1.9: Config issue (#4)

30 Jun 04:08
Compare
Choose a tag to compare

0.1.8

No issue

Config issue (#4)

  • Reduced visibility of configs. Corrected String to list.
  • Refactored to use specific document builders. Added more documentation. Cleanup. Added testing config for running against the output of the twitter source connector.
  • Cleanup of formatting.
  • License formatting. Added configuration for threads and queue size.

c128d35d0929404 Jeremy Custenborder 2017-05-09 19:58:39

0.1.7

No issue

Cleanup and move to 0.10.2.0-cp1

d403c0338edb536 Jeremy Custenborder 2017-04-12 02:30:11

0.1.6

No issue

Fixed checkstyle. Added license.

2e7e88cb9e4af16 Jeremy Custenborder 2017-01-25 00:25:24

Added initial jenkinsfile.

1ede36cb1af1b9f Jeremy Custenborder 2017-01-20 19:30:26

Changed configuration to reflect the current config definitions.

d02353197067fc5 Jeremy Custenborder 2017-01-20 19:29:17

Refactor to change namespace to com.github.jcustenborder.kafka.connect.solr. Remove field mapping feature because this will be replaced with the new message transforms feature.

1204a0608095198 Jeremy Custenborder 2017-01-20 19:15:44

Added boilerplate Jenkinsfile

4efc7612c96f3b7 Jeremy Custenborder 2017-01-19 00:31:36

Cleanup

ece3771dbd952d3 Jeremy Custenborder 2016-09-07 21:28:34

testing

No issue

Moved config examples to config folder. Moved development.xml and package.xml to use variables. Updated docs to changes.

62037974305b3f9 Jeremy Custenborder 2016-03-21 23:46:07

Cleanup and add docs for running in development.

7691766e1225e3c Jeremy Custenborder 2016-03-21 23:32:22

Added currency correction from findbugs.

6e03970651a7547 Jeremy Custenborder 2016-03-21 23:25:15

Added support for HttpSolr. Added more docs.

505b053d9217a32 Jeremy Custenborder 2016-03-21 23:23:33

Refactor to simplify configuration. Moved to CloudSolrSinkConnector instead of specifying which DocumentHandler to use.

c8422336141704c Jeremy Custenborder 2016-03-21 19:55:30

Initial documentation.

58a6486b062a629 Jeremy Custenborder 2016-03-15 23:37:07

Added the Apache license header.

e25934aa118ab38 Jeremy Custenborder 2016-03-15 22:43:16

0.1.8: Config issue (#4)

09 May 20:27
Compare
Choose a tag to compare

Unreleased

No issue

Config issue (#4)

  • Reduced visibility of configs. Corrected String to list.
  • Refactored to use specific document builders. Added more documentation. Cleanup. Added testing config for running against the output of the twitter source connector.
  • Cleanup of formatting.
  • License formatting. Added configuration for threads and queue size.

c128d35d0929404 Jeremy Custenborder 2017-05-09 19:58:39

0.1.7

No issue

Cleanup and move to 0.10.2.0-cp1

d403c0338edb536 Jeremy Custenborder 2017-04-12 02:30:11

0.1.6

No issue

Fixed checkstyle. Added license.

2e7e88cb9e4af16 Jeremy Custenborder 2017-01-25 00:25:24

Added initial jenkinsfile.

1ede36cb1af1b9f Jeremy Custenborder 2017-01-20 19:30:26

Changed configuration to reflect the current config definitions.

d02353197067fc5 Jeremy Custenborder 2017-01-20 19:29:17

Refactor to change namespace to com.github.jcustenborder.kafka.connect.solr. Remove field mapping feature because this will be replaced with the new message transforms feature.

1204a0608095198 Jeremy Custenborder 2017-01-20 19:15:44

Added boilerplate Jenkinsfile

4efc7612c96f3b7 Jeremy Custenborder 2017-01-19 00:31:36

Cleanup

ece3771dbd952d3 Jeremy Custenborder 2016-09-07 21:28:34

testing

No issue

Moved config examples to config folder. Moved development.xml and package.xml to use variables. Updated docs to changes.

62037974305b3f9 Jeremy Custenborder 2016-03-21 23:46:07

Cleanup and add docs for running in development.

7691766e1225e3c Jeremy Custenborder 2016-03-21 23:32:22

Added currency correction from findbugs.

6e03970651a7547 Jeremy Custenborder 2016-03-21 23:25:15

Added support for HttpSolr. Added more docs.

505b053d9217a32 Jeremy Custenborder 2016-03-21 23:23:33

Refactor to simplify configuration. Moved to CloudSolrSinkConnector instead of specifying which DocumentHandler to use.

c8422336141704c Jeremy Custenborder 2016-03-21 19:55:30

Initial documentation.

58a6486b062a629 Jeremy Custenborder 2016-03-15 23:37:07

Added the Apache license header.

e25934aa118ab38 Jeremy Custenborder 2016-03-15 22:43:16