Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tb_goods
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bigdata
tb_goods
Commits
c6d0199f
Commit
c6d0199f
authored
Jun 18, 2021
by
杨林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加京东主题,利用flink合流,一次性处理两个主题的数据
parent
a4f13bf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
src/main/resources/app.properties
src/main/resources/app.properties
+8
-7
No files found.
src/main/resources/app.properties
View file @
c6d0199f
# kafka 主题
# kafka 主题
kafka.
topic
=
tb
_item_list
kafka.
jd.topic
=
jd
_item_list
#kafka.topic = jdgoods
kafka.tb.topic
=
tb_item_list
# kafka集群
# kafka集群
kafka.cluster
=
qmbigdata01:9092,qmbigdata02:9092,qmbigdata03:9092,qmbigdata04:9092,qmbigdata05:9092
#
kafka.cluster=qmbigdata01:9092,qmbigdata02:9092,qmbigdata03:9092,qmbigdata04:9092,qmbigdata05:9092
#
kafka.cluster=8.135.22.177:9092,8.135.53.75:9092,8.135.100.29:9092,8.135.58.206:9092,47.119.179.1:9092
kafka.cluster
=
8.135.22.177:9092,8.135.53.75:9092,8.135.100.29:9092,8.135.58.206:9092,47.119.179.1:9092
# kafka消费者组
# kafka消费者组
kafka.consumer.group
=
tb-goods-group
kafka.tb.consumer.group
=
tb-goods-group
kafka.jd.consumer.group
=
jd-goods-group
# kafka key 序列化
# kafka key 序列化
kafka.consumer.key.deserializer
=
org.apache.kafka.common.serialization.StringDeserializer
kafka.consumer.key.deserializer
=
org.apache.kafka.common.serialization.StringDeserializer
# kafka values 序列化
# kafka values 序列化
...
@@ -16,8 +17,8 @@ kafka.consumer.offset.commit.auto=true
...
@@ -16,8 +17,8 @@ kafka.consumer.offset.commit.auto=true
# 算法分词接口
# 算法分词接口
nlp.interface.url
=
http://bigdata.xiaomanxiong.com/nlp
nlp.interface.url
=
http://bigdata.xiaomanxiong.com/nlp
# es机器
# es机器
es.cluster
=
qmbigdata01:9200,
qmbigdata02:9200,qmbigdata03:9200,qmbigdata04:9200,qmbigdata05:9200
#es.cluster=
qmbigdata02:9200,qmbigdata03:9200,qmbigdata04:9200,qmbigdata05:9200
# 本地测试
# 本地测试
#
es.cluster=localhost:9200
es.cluster
=
localhost:9200
# es索引
# es索引
es.indices
=
goods_v2
es.indices
=
goods_v2
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment