Im trying to configure a Custom SMT in Debezium Server (running via Docker), but I keep getting this error in logs:

I'm trying to configure a Custom SMT in Debezium Server (running via Docker), but I keep getting this error in logs:
Caused by: java.lang.IllegalArgumentException: Unable to find class com.example.debezium.transforms.TableSpecificOrderingKey
below is my docker-compose.yml
services:debezium-server:container_name: debezium-serverplatform: linux/amd64environment:- APP_ENV=local
- GOOGLE_APPLICATION_CREDENTIALS=/debezium/secrets/fintech-app-cc96336fe9ad.json
- PLUGIN_PATH=/debezium/libsvolumes:- ./config:/debezium/config- ./entrypoint.sh:/debezium/entrypoint.sh- ./plugins:/debezium/libs
- ./secrets/fintech-app-cc96336fe9ad.json:/debezium/secrets/fintech-app-cc96336fe9ad.json:ro
--Could anyone please help me? why debezium is not able to find the class? as per the jar contennts and plug
You received this message because you are subscribed to the Google Groups "debezium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/debezium/73b62a72-50d2-441d-a635-ffd30c6588d0n%40googlegroups.com.