Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flink-kafka-to-mqtt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
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
chuanq
flink-kafka-to-mqtt
Commits
2d0aa310
Commit
2d0aa310
authored
1 year ago
by
chuanq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add topic
parent
0d40a087
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
23 deletions
+23
-23
.idea/workspace.xml
.idea/workspace.xml
+20
-21
dependency-reduced-pom.xml
dependency-reduced-pom.xml
+1
-1
pom.xml
pom.xml
+1
-1
src/main/java/cq/flink/kafka/to/mqtt/Constants.java
src/main/java/cq/flink/kafka/to/mqtt/Constants.java
+1
-0
No files found.
.idea/workspace.xml
View file @
2d0aa310
...
...
@@ -9,7 +9,6 @@
<change
beforePath=
"$PROJECT_DIR$/dependency-reduced-pom.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/dependency-reduced-pom.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/pom.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/pom.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/main/java/cq/flink/kafka/to/mqtt/Constants.java"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/main/java/cq/flink/kafka/to/mqtt/Constants.java"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/main/java/cq/flink/kafka/to/mqtt/MqttSink.java"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/main/java/cq/flink/kafka/to/mqtt/MqttSink.java"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
@@ -52,27 +51,27 @@
<option
name=
"hideEmptyMiddlePackages"
value=
"true"
/>
<option
name=
"showLibraryContents"
value=
"true"
/>
</component>
<component
name=
"PropertiesComponent"
>
<![CDATA[
{
"keyToString"
: {
"RunOnceActivity.OpenProjectViewOnStart": "true"
,
"RunOnceActivity.ShowReadmeOnStart": "true"
,
"RunOnceActivity.go.formatter.settings.were.checked": "true"
,
"RunOnceActivity.go.migrated.go.modules.settings": "true"
,
"SHARE_PROJECT_CONFIGURATION_FILES": "true"
,
"WebServerToolWindowFactoryState": "false"
,
"git-widget-placeholder": "minda"
,
"go.import.settings.migrated": "true"
,
"ignore.virus.scanning.warn.message": "true"
,
"last_opened_file_path": "C:/Users/legen/workspace/java/work/lab/kafka-to-mqtt/src/main/resources"
,
"node.js.detected.package.eslint": "true"
,
"node.js.detected.package.tslint": "true"
,
"node.js.selected.package.eslint": "(autodetect)"
,
"node.js.selected.package.tslint": "(autodetect)"
,
"nodejs_package_manager_path": "npm"
,
"settings.editor.selected.configurable": "editor.preferences.import"
,
"vue.rearranger.settings.migration": "true"
<component
name=
"PropertiesComponent"
>
{
"
keyToString
"
: {
"
RunOnceActivity.OpenProjectViewOnStart
"
:
"
true
"
,
"
RunOnceActivity.ShowReadmeOnStart
"
:
"
true
"
,
"
RunOnceActivity.go.formatter.settings.were.checked
"
:
"
true
"
,
"
RunOnceActivity.go.migrated.go.modules.settings
"
:
"
true
"
,
"
SHARE_PROJECT_CONFIGURATION_FILES
"
:
"
true
"
,
"
WebServerToolWindowFactoryState
"
:
"
false
"
,
"
git-widget-placeholder
"
:
"
minda
"
,
"
go.import.settings.migrated
"
:
"
true
"
,
"
ignore.virus.scanning.warn.message
"
:
"
true
"
,
"
last_opened_file_path
"
:
"
C:/Users/legen/workspace/java/work/lab/kafka-to-mqtt/src/main/resources
"
,
"
node.js.detected.package.eslint
"
:
"
true
"
,
"
node.js.detected.package.tslint
"
:
"
true
"
,
"
node.js.selected.package.eslint
"
:
"
(autodetect)
"
,
"
node.js.selected.package.tslint
"
:
"
(autodetect)
"
,
"
nodejs_package_manager_path
"
:
"
npm
"
,
"
settings.editor.selected.configurable
"
:
"
editor.preferences.import
"
,
"
vue.rearranger.settings.migration
"
:
"
true
"
}
}
]]>
</component>
}
</component>
<component
name=
"RecentsManager"
>
<key
name=
"CopyFile.RECENT_KEYS"
>
<recent
name=
"C:\Users\legen\workspace\java\work\lab\kafka-to-mqtt\src\main\resources"
/>
...
...
This diff is collapsed.
Click to expand it.
dependency-reduced-pom.xml
View file @
2d0aa310
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
cq.flink
</groupId>
<artifactId>
kafka-to-mqtt-minda
</artifactId>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<build>
<plugins>
<plugin>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
2d0aa310
...
...
@@ -6,7 +6,7 @@
<groupId>
cq.flink
</groupId>
<artifactId>
kafka-to-mqtt-minda
</artifactId>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<properties>
<java.version>
11
</java.version>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/cq/flink/kafka/to/mqtt/Constants.java
View file @
2d0aa310
...
...
@@ -11,6 +11,7 @@ public final class Constants {
"personLocation"
,
"watchOtherData"
,
"watchLocation"
,
"wqEnvMonitor"
,
"alarmData"
,
"gps"
,
"teethDefect"
,
...
...
This diff is collapsed.
Click to expand it.
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