Issues
- Refactor the kafka plugin codePLUGIN-341Poorna Chandra
- Clean up File source input formatsPLUGIN-336Albert Shau
- Break up google-cloud repoPLUGIN-312Trishka Fernandes
- Use log sampler to reduce the logging in KafkaAlertPublisherPLUGIN-292Bhooshan Mogal
- Consolidate common code base for File Batch source and ADLS pluginPLUGIN-269Bhooshan Mogal
- plugin archetype does not compilePLUGIN-187Trishka Fernandes
- Upgrade to netty 4.xNETTY-13Resolved issue: NETTY-13Terence Yim
- Refactor the macro resolution logic in plugin instantiatorCDAP-20378
- Bring HTTP-to-Websockets to 6.7.1 wired offCDAP-19303Resolved issue: CDAP-19303Nick Briggs
- Dataproc provisioner should not call to get network information unless it's neededCDAP-19050Resolved issue: CDAP-19050Albert Shau
- Clean up buildUrl in API client codeCDAP-19018Nick Briggs
- Refactor RuntimeJobManager get program detailsCDAP-18739Albert Shau
- All directives applied via wrangler UI should have : preceding the column nameCDAP-17765Resolved issue: CDAP-17765Sumeng Wang
- Remove ArtifactConfigDeserializerCDAP-17093Sreevatsan Raman
- Update export button in UICDAP-16464Bhooshan Mogal
- Remove the interpolator logic in metrics queryCDAP-15565Trishka Fernandes
- UI should not filter out gcp packages from HubCDAP-15487Trishka Fernandes
- Improve unit tests for metadata searchCDAP-15474Bhooshan Mogal
- Wrangler Row should have a way to get schema for each fieldCDAP-15361Resolved issue: CDAP-15361Vanathi Ganeshraj
- Wrangler images should not live in CDAPCDAP-15356Trishka Fernandes
- DatasetService shouldn't hold a thread that just sleepCDAP-15280Resolved issue: CDAP-15280Terence Yim
- Remove dateset operation replicationCDAP-15275Resolved issue: CDAP-15275Terence Yim
- Revisit the metrics query path and add more unit testsCDAP-15168Bhooshan Mogal
- Pipelines should validate arguments earlierCDAP-15135Bhooshan Mogal
- AppMetadataStore inefficiently uses a filter that is always trueCDAP-15063Bhooshan Mogal
- Extraction of metadata entities from URL is buggy, so is encoding of the entity into the URL in the metadata clientCDAP-15022Bhooshan Mogal
- Find a better way to determine allowed combinations of search parametersCDAP-14946Bhooshan Mogal
- Separate Guice bindings for Metadata from DataSetsModuleCDAP-14918Resolved issue: CDAP-14918Andreas Neumann
- Request origin types are scattered across node and client codeCDAP-14836Ajai Narayanan
- Consolidate field validation between SQL and NoSQL StructuredTable implementationsCDAP-14833Sreevatsan Raman
- Revisit existing Metadata APIs and classesCDAP-14755Sagar Kapare
- No Audit Messages are published for Schedule CreationCDAP-14733Trishka Fernandes
- PreferencesDataset does not have unit testsCDAP-14732Bhooshan Mogal
- Data prep should not use wrangler's directives list endpointCDAP-14694Bhooshan Mogal
- Improve handling of connection idsCDAP-14682Bhooshan Mogal
- Redesign workspace idsCDAP-14681Resolved issue: CDAP-14681Priyanka Nambiar
- Ability to execute directives without storing themCDAP-14680Bhooshan Mogal
- Revisit injection of MetadataPublisherCDAP-14677Sagar Kapare
- Schema Registry failure when latest version is deletedCDAP-14661Bhooshan Mogal
- Wrangler REST improvementsCDAP-14652Resolved issue: CDAP-14652Albert Shau
- Profile Metadata logic must be revisitedCDAP-14641Sagar Kapare
- Wrangler cleanupCDAP-14619Resolved issue: CDAP-14619Albert Shau
- Add checkstyle to wranglerCDAP-14618Resolved issue: CDAP-14618Albert Shau
- Separate out publishing of metadata from publishing of dataset operationsCDAP-14590Resolved issue: CDAP-14590Andreas Neumann
- MetricsProcessorServiceTest is flakyCDAP-14589Resolved issue: CDAP-14589Yaojie Feng
- Scheduler should log all job creation, execution and cancellationCDAP-14512Priyanka Nambiar
- UI should not pass empty strings to backendCDAP-14497Priyanka Nambiar
- Remove TimeTable from File sourceCDAP-14424Resolved issue: CDAP-14424Rohit Sinha
- Remove cdap-etl-batch and cdap-etl-realtime references from UI if its no longer supported in backendCDAP-14317Resolved issue: CDAP-14317Bhooshan Mogal
- Remove cdap-etl-batch and cdap-etl-realtime references from UI if its no longer supported in backendCDAP-14316Bhooshan Mogal
50 of 351
Refactor the kafka plugin code
Description
Release Notes
None
Created March 20, 2018 at 10:41 PM
Updated July 17, 2020 at 12:24 AM
Activity
Show:
Yaojie Feng December 8, 2018 at 12:40 AM
This is fixed in https://github.com/data-integrations/kafka-plugins/pull/40
Bhooshan Mogal October 31, 2018 at 11:47 PM
@Poorna Chandra please triage. I thought @Terence Yim fixed this recently.
We split the kafka plugins into two modules which support kafka 8 and kafka 9. But since kafka 8 and 9 have different apis, it is hard to have a common class for them. We need to revisit the plugin and refactor the duplicate code.