Open
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.
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.
5 tasks
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This reverts commit 98bb46420bba9eaf9f5063a52f6b8df41de16d9b.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog
APP-9587
Scope
SDK PR - atlanhq/application-sdk#898
Additional context (e.g. screenshots, logs, links)
Checklist