-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69491dd
commit 7928dd6
Showing
1 changed file
with
4 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,9 @@ | ||
### building problem solving | ||
|
||
### introduction | ||
consumer for mysql-tracker, some operations to restructure thr format of message | ||
mysql-parser fetch the messages from mysql-tracker and pacakge the new format messages | ||
then I will update the comfiguration service for mysql-parser in the last versions | ||
### to see | ||
http://blog.csdn.net/hackerwin7/article/details/39896173 | ||
http://blog.csdn.net/hackerwin7/article/details/42713271 | ||
### build | ||
``` | ||
mvn clean install | ||
cd target/ | ||
tar xxx.tar.gz | ||
### edit conf | ||
vim conf/parser.properties | ||
./bin/start.sh | ||
### tail log file | ||
tail -f logs/xxx.log | ||
``` | ||
### real-time job tracker | ||
HA and real-time job is lack of configuration, to see next version | ||
|
||
[1]: [design details](http://blog.csdn.net/hackerwin7/article/details/39896173) | ||
[2]: [to kafka design](http://blog.csdn.net/hackerwin7/article/details/42713271) | ||
### real-time job | ||
HA and real-time job is lack of configuration, to see next version |