Skip to content
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

archive kafka events plugin #1423

Merged
merged 3 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions archived_plugins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Archived Plugins

Below is a list of plugins that once resided in this repo but have since been archived.

Archiving a plugin may occur for a few reasons:

- **Merged:** the functionality of the plugin has been merged into the core ACA-Py distribution
- **Deprecated:** the plugin is deprecated in favor of features provided by core ACA-Py or another plugin
- **Abandoned:** the plugin is no longer used or maintained

If applicable, the issue discussing the archival of the plugin may be linked.

These plugins have been archived but still exist in the history of this repo. A reference to the last commit/tag containing the plugin is included to easily locate a particular archived plugin in the history.

---

Archived Plugin | Description | Reason | Issue | Reference
------------------------|----------------------------|--------|-------|-----------
Kafka Events | Publish inbound/outbound message queues and events to Kafka | Abandoned | [#1422](https://github.com/openwallet-foundation/acapy-plugins/issues/1422), [#746](https://github.com/openwallet-foundation/acapy-plugins/issues/746) | [3bad29d](https://github.com/openwallet-foundation/acapy-plugins/tree/3bad29d553a6c8b8150cf4f877ba34d73e630f0c/kafka_events) (Last supported ACA-Py version: 0.12.3)
21 changes: 0 additions & 21 deletions kafka_events/.devcontainer/Dockerfile

This file was deleted.

50 changes: 0 additions & 50 deletions kafka_events/.devcontainer/devcontainer.json

This file was deleted.

11 changes: 0 additions & 11 deletions kafka_events/.devcontainer/post-install.sh

This file was deleted.

158 changes: 0 additions & 158 deletions kafka_events/.gitignore

This file was deleted.

38 changes: 0 additions & 38 deletions kafka_events/.vscode/launch.json

This file was deleted.

46 changes: 0 additions & 46 deletions kafka_events/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions kafka_events/demo/acapy-endpoint.sh

This file was deleted.

27 changes: 0 additions & 27 deletions kafka_events/demo/configs/agency-kafka.yml

This file was deleted.

Loading
Loading