-
Notifications
You must be signed in to change notification settings - Fork 884
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
Github Optional Shadow Topic Subscription #2039 fix. #3875
Conversation
…eIgnoreDeletes and enableIgnoreRejecteds flags added for decreasing subscribed topic count.
Thank you for raising the PR. We are currently discussing this within our team and will post here with further updates. |
Hi @thisisabhash, Any updates? |
@karasahinemre Hi Emre, could you reach out to us on Discord so we can discuss this? |
Hi, We can do this on this Monday if it's okay for you. Can you share your time zone? So, we can find a suitable time for both of us. |
Or It would be more convenient if you send a time that suits you and detailed contact information. |
Hi, How can we proceed? |
Hi, @brennanMKE, @awsmobilesdk we are waiting for your reply. Please let me know when you are available. |
Hi @brennanMKE, Any updates? |
@karasahinemre You should have received an email update last week. To summarize, we do not currently support this feature in the SDK so you can use one of the following options. Fork SDKYou can fork the SDK and then use it to create a binary framework with our instructions on Local Development. When there are new releases of the SDK you can rebase and rebuild to get new builds of the binary SDK with each release. If you have a CI/CD system in place you could automate this update with releases we publish to GitHub using the GitHub API for Releases. Experiment with new Swift SDKYou can look into using the AWS SDK for Swift (Developer Preview) which is being prepared for GA release. You can see it produces many build products for AWS IoT which covers more services and features than the current SDK. In AWSIoTDataPlane you can find In the short term you could use your forked version and once the new Swift SDK reaches GA release you could migrate to it. |
Issue #, if available:
#2039
Description of changes:
Github Optional Shadow Topic Subscription #2039 fix. enableIgnoreDeletes and enableIgnoreRejecteds flags added for decreasing subscribed topic count.
Check points:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.