tile38/internal/endpoint
Jason Kwon d24fbd02da Adds the ability to use SQS FIFO queues.
All SQS FIFO queues have the `.fifo` suffix at the end of their URL - this is how we determine if we are using a FIFO queue or not. The `MessageGroupId` (A required field for FIFO) is set using the key & id of the event's message.

Note: This commit does not add the the `MessageDeduplicationID` so the FIFO queue must have content-based deduplication enabled.
2024-12-05 11:57:50 +01:00
..
amqp.go Merge branch 'master' of https://github.com/pacaj2am/tile38 into pacaj2am-master 2023-05-06 06:56:00 -07:00
disque.go More graceful Tile38 shutdown 2022-09-25 06:28:17 -07:00
endpoint.go Replace out old style atomics 2022-11-03 10:07:17 -07:00
eventHub.go More graceful Tile38 shutdown 2022-09-25 06:28:17 -07:00
grpc.go More graceful Tile38 shutdown 2022-09-25 06:28:17 -07:00
http.go More graceful Tile38 shutdown 2022-09-25 06:28:17 -07:00
kafka.go Add support for 'none' authentication for kafka while still allowing SSL 2023-09-08 08:58:23 -07:00
local.go chore: fix some typos in comments 2024-04-11 11:16:44 +08:00
mqtt.go More graceful Tile38 shutdown 2022-09-25 06:28:17 -07:00
nats.go More graceful Tile38 shutdown 2022-09-25 06:28:17 -07:00
pubsub.go More graceful Tile38 shutdown 2022-09-25 06:28:17 -07:00
redis.go More graceful Tile38 shutdown 2022-09-25 06:28:17 -07:00
scram_client.go Update dependencies 2023-05-11 03:46:33 -07:00
sqs.go Adds the ability to use SQS FIFO queues. 2024-12-05 11:57:50 +01:00