File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.10.2 (2018-08-01)
2
+ ---------------------------
3
+ Allow for lookupd to be on a different machine than nsqd (#75)
4
+
1
5
Version 0.10.1 (2017-10-06)
2
- --------------------------
6
+ ---------------------------
3
7
Stop closing ElasticSearch clients when the Emitter is closed (#67)
4
8
Add help and version flags to CLI options (#66)
5
9
Treat UPDATING Kinesis stream status as a valid status (#70)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Assuming you already have [SBT 0.13][sbt] installed:
19
19
The Snowplow Elasticsearch Loader has the following command-line interface:
20
20
21
21
```
22
- snowplow-elasticsearch-loader 0.10.1
22
+ snowplow-elasticsearch-loader 0.10.2
23
23
24
24
Usage: snowplow-elasticsearch-loader [options]
25
25
43
43
44
44
Next, start the loader, making sure to specify your new config file:
45
45
46
- $ java -jar snowplow-elasticsearch-loader-http-0.10.1 .jar --config my.conf
46
+ $ java -jar snowplow-elasticsearch-loader-http-0.10.2 .jar --config my.conf
47
47
48
48
## Find out more
49
49
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ lazy val commonDependencies = Seq(
35
35
lazy val buildSettings = Seq (
36
36
organization := " com.snowplowanalytics" ,
37
37
name := " snowplow-elasticsearch-loader" ,
38
- version := " 0.10.1 " ,
38
+ version := " 0.10.2 " ,
39
39
description := " Load the contents of a Kinesis stream or NSQ topic to Elasticsearch" ,
40
40
scalaVersion := " 2.11.11" ,
41
41
scalacOptions := BuildSettings .compilerOptions,
You can’t perform that action at this time.
0 commit comments