Commit 538ba50
Multi tenancy (#74)
* adding decorators updating the proto span extractor
* adding init commit for haystack collector multi ten
* added tenant configuration
* adding default tenant-id tag as shared in case no defaults found in additional tags configuration
* creating kafka config
* adding plugin configuration
* passing plugin configuration
* loading multiple external decorators
* plugin config is now a list within plugin
* making the single sink dispatch to multiple kafka clusters
* updating kafka record sink for multiple kafka
* fixed tests
* modifying according to new config contract and creating tests
* resolving minor bugs
* adding pluginsloader tests
* removing need to add -Djava.ext.dirs
* tests failing intermittently plausible fix
* trying to fix kafka issues
* adding sample span decorator for user ref and integration testing
* fixing bug closing the kafka producer
* updating version for collector etc
* reverting version bump because of scalactic tripleequals issue
* refactoring and renaming
* updating tests
* deleting submodule haystack-idl
* adding javadoc plugin because staging fails due to missing java doc1 parent 38d99df commit 538ba50
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
0 commit comments