Skip to content

Commit 4df81b7

Browse files
authored
feat: kafka api construct (#540)
This feature support bring your own MSK cluster and perform CRUD action on ACLs and Topics with CDK. The feature support both IAM and mTLS.
1 parent 951e7bb commit 4df81b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+16053
-2067
lines changed

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const fwkProject = new awscdk.AwsCdkConstructLibrary({
163163
'@types/js-yaml',
164164
'simple-base',
165165
'semver',
166-
'esbuild',
166+
'esbuild'
167167
],
168168

169169
jestOptions: {

NOTICE

Lines changed: 67 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,71 @@ SOFTWARE.
2929

3030
-----------
3131

32+
The following npm package may be included in this product:
33+
34+
- kafkajs@2.2.4
35+
36+
This package contains the following license and notice below:
37+
38+
39+
The MIT License
40+
41+
Copyright (c) 2018 Túlio Ornelas (ornelas.tulio@gmail.com)
42+
43+
Permission is hereby granted, free of charge,
44+
to any person obtaining a copy of this software and
45+
associated documentation files (the "Software"), to
46+
deal in the Software without restriction, including
47+
without limitation the rights to use, copy, modify,
48+
merge, publish, distribute, sublicense, and/or sell
49+
copies of the Software, and to permit persons to whom
50+
the Software is furnished to do so,
51+
subject to the following conditions:
52+
53+
The above copyright notice and this permission notice
54+
shall be included in all copies or substantial portions of the Software.
55+
56+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
57+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
58+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
59+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
60+
ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
61+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
62+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
63+
64+
65+
-----------
66+
67+
The following npm package may be included in this product:
68+
69+
- lodash@4.17.21
70+
71+
This package contains the following license and notice below:
72+
73+
74+
The MIT License
75+
76+
Permission is hereby granted, free of charge, to any person obtaining
77+
a copy of this software and associated documentation files (the
78+
"Software"), to deal in the Software without restriction, including
79+
without limitation the rights to use, copy, modify, merge, publish,
80+
distribute, sublicense, and/or sell copies of the Software, and to
81+
permit persons to whom the Software is furnished to do so, subject to
82+
the following conditions:
83+
84+
The above copyright notice and this permission notice shall be
85+
included in all copies or substantial portions of the Software.
86+
87+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
88+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
89+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
90+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
91+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
92+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
93+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
94+
95+
-----------
96+
3297
The following npm packages may be included in this product:
3398

3499
- @ampproject/remapping@2.2.1
@@ -10467,7 +10532,7 @@ This package contains the following license and notice below:
1046710532

1046810533
MIT License
1046910534

10470-
Copyright (c) 2013 José F. Romaniello
10535+
Copyright (c) 2013 José F. Romaniello
1047110536

1047210537
Permission is hereby granted, free of charge, to any person obtaining a copy
1047310538
of this software and associated documentation files (the "Software"), to deal
@@ -17744,4 +17809,4 @@ POSSIBILITY OF SUCH DAMAGES.
1774417809
-----------
1774517810

1774617811
This file was generated with the generate-license-file npm package!
17747-
https://www.npmjs.com/package/generate-license-file
17812+
https://www.npmjs.com/package/generate-license-file

framework/.projen/tasks.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)