This is an automated email from the ASF dual-hosted git repository.
sblackmon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git.
from d555479 Merge pull request #375 from steveblackmon/STREAMS-523
add 27f97cc STREAMS-527: move config defaults from json schemas to
reference.conf files
add fade62d streams/pr377 with additional fixes
new 0f60fa2 Merge pull request #383 from charlesmims/pr/377
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/jsonschema/StreamsConfiguration.json | 27 ++---
streams-config/src/main/resources/reference.conf | 11 ++
.../src/main/resources/reference.conf} | 5 +-
.../streams/cassandra/CassandraConfiguration.json | 3 +-
.../src/main/resources/reference.conf | 13 +++
.../src/{main => test}/resources/cassandra.conf | 0
.../elasticsearch/ElasticsearchConfiguration.json | 3 +-
.../ElasticsearchReaderConfiguration.json | 3 +-
.../ElasticsearchWriterConfiguration.json | 21 ++--
.../src/main/resources/reference.conf | 13 +++
.../src/main/resources/reference.conf} | 5 +-
.../gplus/providers/TestAbstractGPlusProvider.java | 7 +-
.../providers/TestGPlusUserActivityCollector.java | 17 ++--
.../src/main/resources/reference.conf | 3 +
.../rss/provider/RssStreamProviderTest.java | 12 ++-
.../streams/sysomos/SysomosConfiguration.json | 3 +-
.../src/main/resources/reference.conf} | 5 +-
.../twitter/provider/TwitterFollowingProvider.java | 9 +-
.../twitter/provider/TwitterTimelineProvider.java | 9 +-
.../provider/TwitterUserInformationProvider.java | 19 +++-
.../twitter/config/TwitterConfiguration.json | 24 ++---
.../src/main/resources/reference.conf | 9 +-
.../src/main/resources/reference.conf | 3 +
.../tasks/BroadcastMonitorThreadTest.java | 3 +-
.../streams/local/builders/LocalStreamBuilder.java | 2 +-
.../streams/local/tasks/StreamsProcessorTask.java | 3 +-
.../main/jsonschema/LocalRuntimeConfiguration.json | 18 ++--
.../src/main/resources/reference.conf | 6 ++
.../local/builders/LocalStreamBuilderTest.java | 33 +++---
.../local/counters/DatumStatusCounterTest.java | 17 ++--
.../local/counters/StreamsTaskCounterTest.java | 21 ++--
.../queues/ThroughputQueueMultiThreadTest.java | 37 ++++---
.../queues/ThroughputQueueSingleThreadTest.java | 112 +++++++++++----------
streams-testing/pom.xml | 2 +-
streams-util/pom.xml | 2 +-
.../backoff/ConstantTimeBackOffStrategyTest.java | 11 +-
36 files changed, 281 insertions(+), 210 deletions(-)
create mode 100644 streams-config/src/main/resources/reference.conf
copy
streams-contrib/{streams-provider-google/google-gmail/src/main/resources/gmail.conf
=>
streams-amazon-aws/streams-persist-kinesis/src/main/resources/reference.conf}
(73%)
create mode 100644
streams-contrib/streams-persist-cassandra/src/main/resources/reference.conf
rename streams-contrib/streams-persist-cassandra/src/{main =>
test}/resources/cassandra.conf (100%)
create mode 100644
streams-contrib/streams-persist-elasticsearch/src/main/resources/reference.conf
copy
streams-contrib/{streams-provider-google/google-gmail/src/main/resources/gmail.conf
=> streams-persist-filebuffer/src/main/resources/reference.conf} (67%)
copy
streams-contrib/{streams-provider-google/google-gmail/src/main/resources/gmail.conf
=> streams-provider-sysomos/src/main/resources/reference.conf} (68%)
create mode 100644 streams-monitoring/src/main/resources/reference.conf
create mode 100644
streams-runtimes/streams-runtime-local/src/main/resources/reference.conf
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].