diff options
author | Jim Hahn <jrh3@att.com> | 2018-05-08 16:30:43 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-05-09 08:48:02 -0400 |
commit | 596da3ccd3bbcc78c61801dda3ca460117a1bbdb (patch) | |
tree | faa3f8f89bcc79bd5b99a404c90929dc7b34b72e /config/drools/feature-pooling-dmaap.conf | |
parent | f02bf954b4a54ab6b0ab36be382b0e021cd12ce4 (diff) |
Add pooling topic
Added pooling topic for amsterdam-closed-loop feature. Only used
when pooling is enabled.
Moved property to feature-specific conf file and renamed the
property so it isn't specific to amsterdam-cl.
Change-Id: I98ad8ca5bbcf910d204b460cadd15345a1d71370
Issue-ID: POLICY-782
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'config/drools/feature-pooling-dmaap.conf')
-rw-r--r-- | config/drools/feature-pooling-dmaap.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/drools/feature-pooling-dmaap.conf b/config/drools/feature-pooling-dmaap.conf new file mode 100644 index 00000000..35d6f4a4 --- /dev/null +++ b/config/drools/feature-pooling-dmaap.conf @@ -0,0 +1,14 @@ +# Copyright 2018 AT&T Intellectual Property. All rights reserved +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +POOLING_TOPIC=POOLING |