Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

chore(remove kinesis): stop sending events to unified event stream #815

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jpetto
Copy link
Contributor

@jpetto jpetto commented Jul 13, 2023

Goal

stop sending events to unified event stream.

DO NOT MERGE - blocked by https://mozilla-hub.atlassian.net/browse/DIS-366, but getting this ready for when that work completes.

I'd love feedback/perspectives on:

  • did i miss anything?

Implementation Decisions

  • deleted all i could find

References

Jira ticket:

@jpetto jpetto force-pushed the INFRA-1067-stop-sending-events-to-unified-event-stream branch from c94228c to 2b3b884 Compare July 13, 2023 15:43
@@ -40,17 +32,6 @@ export default {
process.env.SQS_PUBLISHER_DATA_QUEUE_URL ||
'http://localhost:4566/000000000000/pocket-publisher-data-queue',
},
listDeleteQueue: {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jpetto is this not used?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bassrock i couldn't find any usage of this queue in this repo. i can give it another pass to see if i can figure out why it was here in the first place.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha, just makes me wonder what it was... as well, but im cool with rolling forward!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bassrock i can't even find this queue in AWS! (nor can i see it created in the .aws directory in main.) looks like it was created by kelvin back when this repo had a different structure...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since i am not proficient in this repo, i would love confirmation here 😅

according to the existing config, i believe the queue name in infra should be ListAPI-Prod-Sqs-Batch-Delete-Consumer-Queue. i don't see any infra code creating this queue, however. and i don't see a queue in our prod AWS account matching the name above.

on top of that, on the main branch, i can't find any reference outside of the config file referenced here to the variable name listDeleteQueue.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jpetto thats safe to delete then. My guess is it was left over from intial account deletion work and the team went a different direction

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants