Skip to content

Define a default naming for converters, transforms and aggregation packages #439

Closed
@oscerd

Description

@oscerd

We need to list what we currently have in our codebase and move our converters, transforms and aggregation in a default named package.

In this way, we could search for a specific package and automatically generated/lists the available converters, transforms and AggregationStrategies defined for each converters (if any).

In this way we should be able to add more information for end users.

My proposal is to use:

  • org.apache.camel.kafkaconnector.<connector_name>.converters
  • org.apache.camel.kafkaconnector.<connector_name>.transforms
  • org.apache.camel.kafkaconnector.<connector_name>.strategies

Actually we are still on time because we have a little amount of this stuff, but in future this would a pain.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions