segmentio / topicctl

Tool for declarative management of Kafka topics
MIT License
580 stars 54 forks source link

Bump aws-sdk-go mod from 1.44.106 to 1.44.208 #120

Closed hhahn-tw closed 1 year ago

petedannemann commented 1 year ago

Hm it's a shame we don't test against MSK in CI. We should add that at some point. Can you functionally test this on MSK and report the results here? I don't think CI will test this.

hhahn-tw commented 1 year ago

Can you functionally test this on MSK and report the results here?

Yep, I did some basic get operations against a couple of different MSK clusters. I was going to try an apply to test creation of topics, including one with a non-any placement, and the tester function. Any suggestions on other subcommands to include in testing?

petedannemann commented 1 year ago

Can you functionally test this on MSK and report the results here?

Yep, I did some basic get operations against a couple of different MSK clusters. I was going to try an apply to test creation of topics, including one with a non-any placement, and the tester function. Any suggestions on other subcommands to include in testing?

That's probably good for now. I'll add an issue to add some tests against MSK in CI