-
Notifications
You must be signed in to change notification settings - Fork 7
APP-9587 : add simple message processor #119
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
base: main
Are you sure you want to change the base?
Conversation
📦 Trivy Vulnerability Scan Results
Report Summary
Scan Result Details✅ No vulnerabilities found during the scan for |
📦 Trivy Secret Scan Results
Report Summary
Scan Result Details✅ No secrets found during the scan for |
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.
Pull request overview
This PR introduces a quickstart example for a simple Kafka message processor using the Atlan Application SDK. The implementation demonstrates message processing via Dapr PubSub with callback handlers, supporting both single message and bulk message processing patterns without Temporal workflow orchestration.
Key Changes:
- Added a message processor application with PubSub subscription handlers for processing Kafka events
- Included a message publisher utility for testing and generating sample events
- Provided configuration files, documentation, and a web-based monitoring UI
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| quickstart/simple-message-processor/pyproject.toml | Project configuration with dependencies, build settings, and task definitions |
| quickstart/simple-message-processor/main.py | Main application implementing message processing handlers for single and bulk subscriptions |
| quickstart/simple-message-processor/publish_messages.py | Utility script for publishing test messages to Kafka via Dapr |
| quickstart/simple-message-processor/README.md | Comprehensive documentation covering architecture, usage, and configuration |
| quickstart/simple-message-processor/.env.example | Environment variable template for Kafka, Dapr, and application configuration |
| quickstart/simple-message-processor/frontend/templates/index.html | Web UI template for monitoring message processing statistics |
| quickstart/simple-message-processor/frontend/static/index.html | Static web UI file (appears to be duplicate of templates version) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
This reverts commit 98bb46420bba9eaf9f5063a52f6b8df41de16d9b.
Changelog
APP-9587
Scope
SDK PR - atlanhq/application-sdk#898
Additional context (e.g. screenshots, logs, links)
Checklist