forked from joekiller/logstash-kafka
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
54 lines (54 loc) · 1.68 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
0.5.1 (May 27, 2014)
# inputs
- added fetch_message_max_bytes
0.5.0 (April 16, 2014)
# general
- update README to reflect new input and output options
# inputs
- added consumer_id
# outputs
- added options:
* request_required_acks
* serializer_class
* partitioner_class
* request_timeout_ms
* producer_type
* key_serializer_class
* message_send_max_retries
* retry_backoff_ms
* topic_metadata_refresh_interval_ms
* queue_buffering_max_ms
* queue_buffering_max_messages
* queue_enqueue_timeout_ms
* batch_num_messages
* send_buffer_bytes
* client_id
- see http://kafka.apache.org/documentation.html#producerconfigs for option details.
0.4.2 (April 8, 2014)
# general
- updated README to reflect Logstash 1.4.0 support.
# inputs
- fixed plugin to locate vendor logstash jars prior to importing jruby-kafka
# outputs
- fixed plugin to locate vendor logstash jars prior to importing jruby-kafka
0.4.1 (April 8, 2014)
# general
- updated to support Logstash 1.4.0
0.4.0 (March 13, 2014)
# general
- updated to support Kafka 0.8.1
- made default codec JSON on inputs and outputs.
# outputs
- added support for request_required_acks
0.3.0 (January 23, 2014)
# general
- updated jruby-kafka gemspec dependency
# outputs
- added support for compression_codec and compressed_topics
0.2.0 (January 23, 2014)
# inputs
- fixed an issue where shutdown caused an extra message to be logged.
0.1.0 (January 13, 2014)
# general
- Adding change log.
- First tagged verison of logstash-kafka.