-
Notifications
You must be signed in to change notification settings - Fork 5
Merge Request #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Message type classes are put in folder "Message_Types" - "Message" class is debugged.
- 'Kafka_Consumer' class is added to test the api.
- Documentation of "getMapRow()" is added to the class 'Base'
.idea/vcs.xml
Outdated
| @@ -0,0 +1,6 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove the .idea directory. Can you also add a .gitignore similar to the other projects to prevent .idea and other unwanted files in the repo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- ".idea" directory is removed.
- ".gitignore" is added to the project repo.
- ".gitignore" is added.
- ".gitignore" is added.
- Default schema version is 1.3
|
A few changes:
|
- BmpStat is compatible with java codebase.
- setup.py is updated.
- Project directory structure fixed.
- LICENSE file is added to the project.
…ort getName() and getDefaultValue() functions. - config.yaml is added to example directory. - log_consumer.py is updated to show timestamp, message type and version.
No description provided.