Skip to content
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
22 changes: 10 additions & 12 deletions docs/pages/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,15 @@ Required for log storage.

Event destination types belonging to Outpost tenants where events are delivered.

- **Webhooks**
- **RabbitMQ**
- **AWS SQS**
- **AWS S3**
- **Hookdeck Event Gateway**
- **Azure Service Bus**
- **AWS Kinesis**
- **AWS SQS**
- **RabbitMQ**
- **[Amazon EventBridge (planned)](https://github.com/hookdeck/outpost/issues/201)**
- **[GCP Pub/Sub (planned)](https://github.com/hookdeck/outpost/issues/140)**
- **[Kafka (planned)](https://github.com/hookdeck/outpost/issues/141)**
- Webhooks
- Hookdeck Event Gateway
- AWS Kinesis
- AWS SQS
- AWS S3
- Azure Service Bus
- GCP Pub/Sub
- RabbitMQ (AMQP)
- [Amazon EventBridge (planned)](https://github.com/hookdeck/outpost/issues/201)
- [Kafka (planned)](https://github.com/hookdeck/outpost/issues/141)

If there is an event destination type that you would like to see supported, [open a feature request](https://github.com/hookdeck/outpost/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.md&title=%F0%9F%9A%80+Feature%3A+).
2 changes: 1 addition & 1 deletion docs/pages/features/destinations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Outpost supports multiple event destination types. Each tenant can have multiple
- AWS SQS
- AWS S3
- Azure Service Bus
- GCP Pub/Sub
- RabbitMQ (AMQP)

Plans for additional event destination types include:

- GCP Pub/Sub
- Amazon EventBridge
- Kafka

Expand Down
8 changes: 5 additions & 3 deletions docs/pages/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ Outpost supports event delivery to:

- Webhook endpoints
- Hookdeck Event Gateway
- RabbitMQ
- AWS SQS
- AWS Kinesis
- AWS SQS
- AWS S3
- Azure Service Bus
- GCP Pub/Sub
- RabbitMQ (AMQP)

Planned destination types include AWS EventBridge, GCP Pub/Sub, and Kafka.
Planned destination types include AWS EventBridge and Kafka.

Outpost is built and maintained by [Hookdeck](https://hookdeck.com?ref=github-outpost). It's written in Go and distributed as a binary and Docker container under the Apache-2.0 license.

Expand All @@ -34,6 +35,7 @@ Follow the quickstart and run Outpost with either RabbitMQ or SQS via LocalStack

Try the Outpost quickstarts:

- [Railway template one-click deployment](/docs/quickstarts/railway)
- [Docker with RabbitMQ or AWS SQS via LocalStack](/docs/quickstarts/docker)
- [Kubernetes with RabbitMQ](/docs/quickstarts/kubernetes)

Expand Down
30 changes: 28 additions & 2 deletions docs/pages/references/roadmap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ title: "Outpost Roadmap"

### Destination Types

- [GCP Pub/Sub](https://github.com/hookdeck/outpost/issues/140)
- [Amazon EventBridge](https://github.com/hookdeck/outpost/issues/201)
- [Kafka](https://github.com/hookdeck/outpost/issues/141)
- [S3](https://github.com/orgs/hookdeck/projects/21/views/1?filterQuery=s3&pane=issue&itemId=113373337&issue=hookdeck%7Coutpost%7C418)

## Later

Expand All @@ -23,8 +21,34 @@ title: "Outpost Roadmap"

## Previous Notable Milestones

## v0.7.0

See [v0.7.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.7.0).

### Destination Types

- [GCP Pub/Sub](https://github.com/hookdeck/outpost/issues/140)

## v0.6.0

See [v0.6.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.6.0).

### Core Functionality

- [Redis cluster support](https://github.com/hookdeck/outpost/pull/465)

## v0.5.0

See [v0.5.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.5.0).

### Destination Types

- [AWS S3](https://github.com/orgs/hookdeck/projects/21/views/1?filterQuery=s3&pane=issue&itemId=113373337&issue=hookdeck%7Coutpost%7C418)

### v0.4.0

See [v0.4.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.4.0).

### Publish Message Queues

- ✅ [Azure Service Bus](https://github.com/hookdeck/outpost/pull/435)
Expand All @@ -35,6 +59,8 @@ title: "Outpost Roadmap"

### v0.3.0

See [v0.3.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.3.0).

#### Internal Message Queues

- ✅ [Azure Service Bus](https://github.com/hookdeck/outpost/pull/425)
Expand Down
Loading